Skip to content

Commit

Permalink
build: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 committed Oct 5, 2024
1 parent b762a6e commit ac8906a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
CI: true

- name: Publish to NPM
uses: JS-DevTools/npm-publish@v3
if: github.ref == 'refs/heads/main'
with:
package: dist/tmp/package.json
token: ${{ secrets.NPM_TOKEN }}
run: cd dist/tmp/ && npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ac8906a

Please sign in to comment.