Skip to content

Commit b4b4f63

Browse files
authored
Strip the v off the tag name (#821)
1 parent 1b684b9 commit b4b4f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Install and build
2424
run: npm install && npm test
2525
- name: Publish to NPM
26-
run: npm publish --tag ${{ github.ref_name }}
26+
run: npm publish --tag ${GITHUB_REF_NAME#v}

0 commit comments

Comments
 (0)