Skip to content

Commit f18bd19

Browse files
committed
set branch name in tag
1 parent 2a64259 commit f18bd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
2727

2828
- name: Publish to npm
29-
run: npm publish --tag ${{ github.ref_name }}
29+
run: npm publish --tag dev # this is hardcoded. I did not find an easy way to get the branch
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)