Skip to content

Commit ae15118

Browse files
authored
fix: correct publishing (#2350)
Another attempt
1 parent f1e494e commit ae15118

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@ jobs:
3232
- name: Release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3635
run: npx semantic-release
36+
37+
- name: Publish
38+
env:
39+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40+
run: npm publish

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
changelogFile: 'CHANGELOG.md',
1515
},
1616
],
17-
'@semantic-release/npm',
17+
//'@semantic-release/npm',
1818
'@semantic-release/github',
1919
[
2020
'@semantic-release/git',

0 commit comments

Comments
 (0)