Skip to content

Commit

Permalink
Merge pull request #21 from deflis/fix-release-workflow
Browse files Browse the repository at this point in the history
パブリッシュがうまくいかない問題を修正
  • Loading branch information
deflis authored Feb 27, 2024
2 parents acc9548 + 6b8ff7d commit 8b3715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:

- name: Publish to npm
shell: bash
run: pnpm publish packages/components --access public --no-git-checks
run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8b3715b

Please sign in to comment.