Skip to content

Commit

Permalink
build: fix rm npm tag setup (#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jul 10, 2024
1 parent 0cd0e56 commit bde67ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/remove-npm-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Setup
uses: ./.github/actions/setup

- name: Set deployment token
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Remove npm dist tag
run: pnpm dist-tag-rm
run: pnpm run dist-tag-rm
env:
TAG: ${{ github.event.inputs.tag }}

0 comments on commit bde67ad

Please sign in to comment.