Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Aug 6, 2024
1 parent 6267eec commit 49872bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
shell: bash
run: |
echo "GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV
echo "TOOL_VERSION: ${{github.event.release.tag_name}}" >> $GITHUB_ENV
echo "TOOL_VERSION=${{github.event.release.tag_name}}" >> $GITHUB_ENV
- name: Setup Go 1.22
uses: actions/setup-go@v5
Expand Down

0 comments on commit 49872bd

Please sign in to comment.