Skip to content

Commit 8a458fe

Browse files
committed
temp: add mock tag for dry-run of NPM publish
1 parent 3629dc2 commit 8a458fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
# Environment variable used by `setup-node` action
6767
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6868
run: |
69-
TAG="${{ github.event.release.tag_name }}"
69+
# TAG="${{ github.event.release.tag_name }}"
70+
TAG="v1.0.2"
7071
7172
# Stable release (vX.Y.Z)
7273
if echo "$TAG" | grep -Eq '^v[0-9]+\.[0-9]+\.[0-9]+$'; then

0 commit comments

Comments
 (0)