Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Jul 26, 2023
1 parent e3ae319 commit cddcbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: pnpm --filter @vuetils/form install

- name: Publish release
run: pnpm publish --filter @vuetils/form --no-git-checks
run: pnpm publish --filter @vuetils/form --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"scripts": {
"release": "changelogen --dir packages/lib --release --push",
"release:canary": "changelogen --dir packages/lib --canary && pnpm publish --filter @vuetils/form --no-git-checks --tag canary",
"release:canary": "changelogen --dir packages/lib --canary && pnpm publish --filter @vuetils/form --no-git-checks --access public --tag canary",
"format": "prettier --write . ",
"format:check": "prettier --check ."
},
Expand Down

0 comments on commit cddcbe9

Please sign in to comment.