Skip to content

Commit 86c1ee6

Browse files
Bump JS-DevTools/npm-publish from 3 to 4
Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 3 to 4. - [Release notes](https://github.com/js-devtools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](JS-DevTools/npm-publish@v3...v4) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2174617 commit 86c1ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-node@v4
99
- run: npm ci
1010
- run: npm test
11-
- uses: JS-DevTools/npm-publish@v3
11+
- uses: JS-DevTools/npm-publish@v4
1212
with:
1313
token: ${{ secrets.NPM_TOKEN }}
1414
access: public

0 commit comments

Comments
 (0)