Skip to content

Commit

Permalink
Update new-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appsaeed authored May 21, 2024
1 parent c5da5df commit b4f22b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
node-version: "20.x"
registry-url: https://npm.pkg.github.com/
scope: "@appsaeed" # Update the scope if necessary
- run: npm config set registry https://npm.pkg.github.com
- run: npm run build
- run: npm publish --access public # Make sure to include --access public to ensure the package is public
env:
Expand Down

0 comments on commit b4f22b8

Please sign in to comment.