Skip to content

Commit

Permalink
fix(workflows): ダイアログでリリースが止まる
Browse files Browse the repository at this point in the history
  • Loading branch information
knokmki612 authored Mar 11, 2022
1 parent 062c6b1 commit 68823d9
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 @@ -12,6 +12,6 @@ jobs:
node-version: "16"
- run: yarn install --check-files --frozen-lockfile --non-interactive
- run: |
yarn release
yarn release --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 68823d9

Please sign in to comment.