Skip to content

Commit

Permalink
ci(npm): use code of npm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Apr 18, 2024
1 parent 9e3f3a3 commit 525b43a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_ACCESS: public
NPM_CONFIG_PROVENANCE: true
- name: Create GitHub release
uses: softprops/action-gh-release@v2

0 comments on commit 525b43a

Please sign in to comment.