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 a29ce64 commit 0cdc51fCopy full SHA for 0cdc51f
.github/workflows/npm-publish-unstable.yml
@@ -76,5 +76,3 @@ jobs:
76
77
# publish to npm
78
npm publish --provenance --access public --tag "unstable"
79
- env:
80
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/npm-publish.yml
@@ -44,8 +44,6 @@ jobs:
44
tag=$(echo "$tag_meta" | cut -d '.' -f1)
45
npm publish --provenance --access public --tag "$tag"
46
fi
47
48
49
- name: Publish version on GitHub
50
run: |
51
version=$(jq -r .version package.json)
0 commit comments