Skip to content

Commit

Permalink
Fix grabbing commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
hoogi91 committed Aug 12, 2024
1 parent eb8730e commit 8f67211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: https://github.com/hoogi91/spreadsheets/releases/tag/${{ steps.bump-version.outputs.version }}
- run: gh release create ${{ steps.bump-version.outputs.version }} --generate-notes --draft --target=${{ steps.autocommit.output.commit_hash || github.sha }} --latest=${{ inputs.latest-release }}
- run: gh release create ${{ steps.bump-version.outputs.version }} --generate-notes --draft --target=${{ steps.autocommit.outputs.commit_hash || github.sha }} --latest=${{ inputs.latest-release }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8f67211

Please sign in to comment.