Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Nov 18, 2021
1 parent 56bb788 commit 65af65d
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 @@ -43,7 +43,7 @@ jobs:
- name: Pack
run: pnpm pack
- name: Publish
run: pnpm publish rpgmpacker-${{ steps.tag_name.outputs.current_version }}.tgz
run: pnpm publish rpgmpacker-${{ steps.tag_name.outputs.current_version }}.tgz --no-git-checks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 65af65d

Please sign in to comment.