Skip to content

Commit 06ce07c

Browse files
committed
ci: update actions
1 parent 1b5dd28 commit 06ce07c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/bump.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ release:
2525
new-prefix: ''
2626
- replace-prefix: 'deps: '
2727
new-prefix: ''
28+
- replace-prefix: 'build(deps): '
29+
new-prefix: ''
2830
- replace-prefix: 'build: '
2931
new-prefix: ''
3032
branch:
@@ -71,6 +73,7 @@ categories:
7173
skip-label: 'Development'
7274
commits:
7375
- 'deps:'
76+
- 'build(deps):'
7477
changes-prefix: ':green_book: '
7578
bump:
7679
default: 'patch'

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: actions/setup-node@v1
3535
with:
3636
node-version: ${{ matrix.node-version }}
37+
registry-url: https://registry.npmjs.org/
3738

3839
- name: Cache node_modules
3940
id: cache-modules
@@ -82,6 +83,6 @@ jobs:
8283

8384
- name: 'Publish to NPM'
8485
if: github.event.inputs.dry_run != 'true'
85-
run: npm publish
86+
run: npm publish --access public
8687
env:
8788
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)