Skip to content

Commit 95fec9f

Browse files
committed
Update version
1 parent 8d9a53f commit 95fec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "Publishing $TAG_NAME"
2222
npm version ${TAG_NAME} --git-tag-version=false
2323
env:
24-
TAG_NAME: ${{github.event.release.tag_name}}
24+
TAG_NAME: v1.0.0
2525
- run: npm whoami; npm publish --access public
2626
env:
2727
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)