Skip to content

Commit f5c66e8

Browse files
authored
chore: Fix ref in workflow (#89)
Fix ref in workflow Signed-off-by: Todd Baert <[email protected]>
1 parent 3ef3810 commit f5c66e8

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
@@ -33,7 +33,7 @@ jobs:
3333
git config --global user.email '[email protected]'
3434
3535
- name: Version
36-
run: npm version ${{ env.GITHUB_REF_NAME }}
36+
run: npm version $GITHUB_REF_NAME
3737

3838
- name: Publish
3939
run: npm publish --access public

0 commit comments

Comments
 (0)