Skip to content

Commit 862a934

Browse files
committed
feat: update dev-deps to actual
bump @semantic-release/commit-analyzer to 13.0.0 bump @semantic-release/github to 10.0.6 bump @semantic-release/npm to 12.0.1 bump @semantic-release/release-notes-generator to 14.0.0 bump semantic-release to 24.0.0
1 parent 703d57a commit 862a934

File tree

4 files changed

+2094
-3061
lines changed

4 files changed

+2094
-3061
lines changed

.github/workflows/add-release-and-publish.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: make-release
33
on:
44
push:
55
branches:
6+
- dev
67
- master
78

89
jobs:
@@ -12,15 +13,15 @@ jobs:
1213
steps:
1314

1415
- name: Checkout
15-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1617
with:
1718
fetch-depth: 0
1819
persist-credentials: false
1920

2021
- name: Setup Node.js
21-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2223
with:
23-
node-version: '18'
24+
node-version: '20'
2425
registry-url: 'https://registry.npmjs.org'
2526

2627
- name: Install dependencies
@@ -31,8 +32,3 @@ jobs:
3132
env:
3233
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3334
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34-
35-
# - name: Publish
36-
# run: npm publish
37-
# env:
38-
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

0 commit comments

Comments
 (0)