Skip to content

Commit

Permalink
fix: 👌 let's try to publish on npmjs.com
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 7, 2024
1 parent dc4cde0 commit 4df4fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
id-token: write
steps:
- uses: dyne/pnpm@v1
- run: pnpm build
- run: pnpm semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[
"@semantic-release/npm",
{
"npmPublish": false
"npmPublish": true
}
],
[
Expand Down

0 comments on commit 4df4fce

Please sign in to comment.