Skip to content

Commit

Permalink
- Fix typo in github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu authored and dennyabrain committed Jul 19, 2023
1 parent d2add82 commit c3cecda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash
run: |
echo "setting variables"
echo "sha_short==$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: "Build and Test"
run: |
Expand Down

0 comments on commit c3cecda

Please sign in to comment.