Skip to content

Commit 13b7daf

Browse files
committed
Enable publishing from CI
1 parent 5812563 commit 13b7daf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/auto-update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
14+
with:
15+
registry-url: 'https://registry.npmjs.org'
1416
- uses: fregante/setup-git-user@v2
1517
- name: Try updating the version
1618
run: ./scripts/bump-and-publish.sh
19+
- run: git push --follow-tags
20+
env:
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)