Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit d0971aa

Browse files
committed
ci: publish
1 parent e7a4d02 commit d0971aa

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
node-version: 18
2121
cache: npm
2222

23+
- run: npm ci
24+
2325
- name: debug
2426
run: echo "NPM_TOKEN ${#NPM_TOKEN}"
2527

2628
- name: Config NPM
2729
run: npm config set '//registry.npmjs.org/:_authToken' '${NPM_TOKEN}'
2830

2931
- name: Semantic Release
30-
run: npm publish
32+
run: npm run publish

.releaserc.yml

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11

2-
debug: true,
2+
branches:
3+
- main
34

4-
# dryRun: true,
5-
# "@semantic-release/changelog": "5.0.1",
6-
# "@semantic-release/git": "9.0.3",
7-
8-
# verifyConditions:
9-
# - "@semantic-release/changelog"
10-
# - "@semantic-release/npm"
11-
# - "@semantic-release/github"
12-
# prepare:
13-
# - "@semantic-release/changelog"
14-
# - "@semantic-release/npm"
15-
# - "@semantic-release/git"
16-
17-
# publish:
18-
# - "@semantic-release/npm"
19-
# - "@semantic-release/github"
20-
# success:
21-
# "@semantic-release/github"
22-
# preset: "angular"
5+
debug: true

0 commit comments

Comments
 (0)