Skip to content

Commit

Permalink
[#82] Use sha for release
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 6, 2022
1 parent c28f8eb commit 6acb2a1
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 @@ -19,7 +19,7 @@ jobs:
go build
- uses: marvinpinto/action-automatic-releases@latest
with:
automatic_release_tag: "${{ github.ref }}"
automatic_release_tag: "${{ github.sha }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
Expand Down

0 comments on commit 6acb2a1

Please sign in to comment.