Skip to content

Commit 4f1f1b5

Browse files
Merge pull request #657 from SolidOS/dependabot/github_actions/JS-DevTools/npm-publish-4.1.3
Bump JS-DevTools/npm-publish from 4.1.2 to 4.1.3
2 parents e7b8998 + 4724432 commit 4f1f1b5

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
@@ -79,7 +79,7 @@ jobs:
7979
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
8080
- name: Disable pre- and post-publish actions
8181
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
82-
- uses: JS-DevTools/npm-publish@v4.1.2
82+
- uses: JS-DevTools/npm-publish@v4.1.3
8383
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
8484
with:
8585
token: ${{ secrets.NPM_TOKEN }}
@@ -98,7 +98,7 @@ jobs:
9898
node-version: 20.x
9999
- name: Disable pre- and post-publish actions
100100
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
101-
- uses: JS-DevTools/npm-publish@v4.1.2
101+
- uses: JS-DevTools/npm-publish@v4.1.3
102102
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
103103
with:
104104
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)