Skip to content

Commit d30f7e1

Browse files
author
Victor Martins
committed
ci: add --non-interactive argument to yarn publish command
1 parent da11d62 commit d30f7e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Run build
3232
run: yarn build
3333
- name: Publish to npm
34-
run: yarn publish
34+
run: yarn publish --non-interactive
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:watch": "jest --watch",
2020
"prerelease": "yarn lint && yarn test && yarn build",
2121
"postrelease": "git push origin main --follow-tags",
22-
"release": "standard-version -- --no-verify"
22+
"release": "standard-version --no-verify"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.17.6",

0 commit comments

Comments
 (0)