Skip to content

Commit

Permalink
build: fix env in rm npm tag action (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jul 10, 2024
1 parent b1791a9 commit 0cd0e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/remove-npm-tag.yml
Original file line number Diff line number Diff line change
@@ -26,4 +26,5 @@ jobs:

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

0 comments on commit 0cd0e56

Please sign in to comment.