We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c16ea commit da4e22eCopy full SHA for da4e22e
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
60
- name: Disable pre- and post-publish actions
61
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
62
- - uses: JS-DevTools/npm-publish@v1
+ - uses: JS-DevTools/npm-publish@v3
63
with:
64
token: ${{ secrets.NPM_TOKEN }}
65
tag: ${{ env.GITHUB_REF_SLUG }}
@@ -77,7 +77,7 @@ jobs:
77
node-version: 20.x
78
79
80
81
82
83
tag: latest
0 commit comments