We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f881d22 commit e3b9ac1Copy full SHA for e3b9ac1
.github/workflows/02-publish.yml
@@ -31,10 +31,8 @@ jobs:
31
- name: 🔜 Publish to npm
32
env:
33
TAG: ${{ steps.extractTag.outputs.tag }}
34
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35
run: |
36
SEMVER_VERSION=$(npx find-versions-cli "$TAG")
37
npm version --no-git-tag-version "$SEMVER_VERSION"
38
npm config set registry https://registry.npmjs.org/
39
- npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
40
npm publish --provenance
0 commit comments