Skip to content

Commit

Permalink
[#82] Try a different approach to set sha
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 5, 2022
1 parent 338a644 commit 2f106bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go build
- uses: "marvinpinto/action-automatic-releases@latest"
with:
automatic_release_tag: "${{ env.GITHUB_SHA }}"
automatic_release_tag: "${{ github.sha }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
Expand Down

0 comments on commit 2f106bc

Please sign in to comment.