Skip to content

Commit 229429e

Browse files
authored
Update release.yml
1 parent 193d4aa commit 229429e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: '12.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci --no-progress --production
17-
- run: npm version --no-push --no-git-tag-version --yes ${CIRCLE_TAG}
17+
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}
1818
- run: npm publish --tag latest
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)