We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5812563 commit 13b7dafCopy full SHA for 13b7daf
1 file changed
.github/workflows/auto-update.yml
@@ -11,6 +11,11 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
+ with:
15
+ registry-url: 'https://registry.npmjs.org'
16
- uses: fregante/setup-git-user@v2
17
- name: Try updating the version
18
run: ./scripts/bump-and-publish.sh
19
+ - run: git push --follow-tags
20
+ env:
21
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments