File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 6666
6767 - run : npm test --if-present
6868
69+ - name : Debug semantic-release config
70+ run : |
71+ echo "=== .releaserc.json ==="
72+ cat .releaserc.json
73+ echo ""
74+ echo "=== Git branches ==="
75+ git branch -a
76+ echo ""
77+ echo "=== Current branch ==="
78+ git branch --show-current
79+ echo ""
80+ echo "=== Git tags ==="
81+ git tag
82+
6983 - name : Release
7084 env :
7185 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 99 " @semantic-release/commit-analyzer" ,
1010 " @semantic-release/release-notes-generator" ,
1111 " @semantic-release/changelog" ,
12- " @semantic-release/npm" ,
12+ [
13+ " @semantic-release/npm" ,
14+ {
15+ "npmPublish" : true
16+ }
17+ ],
1318 [
1419 " @semantic-release/git" ,
1520 {
You can’t perform that action at this time.
0 commit comments