Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jun 30, 2023
1 parent abdb219 commit 371f5c3
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 @@ -19,6 +19,6 @@ jobs:
- run: npm run build
- name: "Create Release"
id: create_release
run: gh release --repo ${{ github.repository }} create create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes ./dist/neko-punch.js
run: gh release --repo ${{ github.repository }} create ${{ github.ref_name }} --title ${{ github.ref_name }} --generate-notes ./dist/neko-punch.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 371f5c3

Please sign in to comment.