We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aceb026 commit 608d1ddCopy full SHA for 608d1dd
.github/workflows/release.yml
@@ -49,11 +49,11 @@ jobs:
49
git config user.name "${GITHUB_ACTOR}"
50
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
51
52
+ - name: Update npm
53
+ run: npm install -g npm@latest
54
+
55
- name: Create release
56
run: |
- npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
57
yarn release-it --ci
58
env:
59
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- NPM_CONFIG_PROVENANCE: true
0 commit comments