Skip to content

Commit

Permalink
fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-streza committed Oct 16, 2023
1 parent 17fcc84 commit 8f03ac7
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 997 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
5 changes: 5 additions & 0 deletions .changeset/polite-buttons-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astre9/use-browser-notifications": patch
---

fix publish
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release --access public
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 8f03ac7

Please sign in to comment.