Skip to content

Commit e3b9ac1

Browse files
committed
Revert "refactor: revert previous tries (#727)"
This reverts commit e37b639.
1 parent f881d22 commit e3b9ac1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/02-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
- name: 🔜 Publish to npm
3232
env:
3333
TAG: ${{ steps.extractTag.outputs.tag }}
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3534
run: |
3635
SEMVER_VERSION=$(npx find-versions-cli "$TAG")
3736
npm version --no-git-tag-version "$SEMVER_VERSION"
3837
npm config set registry https://registry.npmjs.org/
39-
npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
4038
npm publish --provenance

0 commit comments

Comments
 (0)