Skip to content

Commit

Permalink
ci: fix github release script (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Jan 26, 2024
1 parent 0daba98 commit 6711935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
gh release create $PKG_VERSION \
--title "Release $PKG_VERSION" \
--generate-notes \
--repo ${{ github.repository }}
--repo ${{ github.repository }} \
--target master
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 6711935

Please sign in to comment.