Skip to content

Commit

Permalink
- Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Nov 27, 2023
1 parent 5c6da1a commit e43a6a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -83,13 +84,13 @@ jobs:
- name: Version package
run: pnpm version $VERSION --no-git-tag-version

- name: Bunde
- name: Bundle
run: pnpm run bundle:prod

- name: Build
run: pnpm run build

- name: Publish
run: pnpm publish --no-git-checks --force
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit e43a6a8

Please sign in to comment.