Skip to content

Commit

Permalink
Merge branch 'fix-release-action' of 'https://github.com/jjmerchante/…
Browse files Browse the repository at this point in the history
…release-tools'

Merges #64
Closes #64
  • Loading branch information
sduenas authored Aug 25, 2023
2 parents 720881e + effebf8 commit 92af166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
gh release create ${{ steps.tag.outputs.tag }} -t ${{ steps.tag.outputs.tag }} -F ./releases/${{ steps.tag.outputs.tag }}.md
env:
GITHUB_TOKEN: ${{ inputs.github-token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish:
needs: [release]
Expand Down

0 comments on commit 92af166

Please sign in to comment.