Skip to content

Commit 11001f6

Browse files
committed
downgraded JS-DevTools/npm-publish
1 parent 2cb1a3b commit 11001f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
6060
- name: Disable pre- and post-publish actions
6161
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
62-
- uses: JS-DevTools/npm-publish@v4
62+
- uses: JS-DevTools/npm-publish@v3.1.1
6363
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
6464
with:
6565
token: ${{ secrets.NPM_TOKEN }}
@@ -78,7 +78,7 @@ jobs:
7878
node-version: 20.x
7979
- name: Disable pre- and post-publish actions
8080
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
81-
- uses: JS-DevTools/npm-publish@v4
81+
- uses: JS-DevTools/npm-publish@v3.1.1
8282
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
8383
with:
8484
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)