Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Mar 18, 2024
1 parent 9a50d57 commit bf263f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install [email protected]
- run: git checkout .
- run: npm version `node -e 'pacote=require("pacote");pacote.manifest("crawler-user-agents").then(pkgJson => { console.log(pkgJson.version); });'`
- run: npm version patch
- run: npm publish --provenance
Expand Down

0 comments on commit bf263f0

Please sign in to comment.