Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
appsaeed authored May 21, 2024
1 parent 7d15a2e commit 2c8487c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
node-version: "20.x"
registry-url: https://npm.pkg.github.com/
scope: "appsaeed"
# scope: "@appsaeed"

- run: npm config set registry https://npm.pkg.github.com
- run: npm run build
- run: npm publish --access public
- run: npm publish --name @appsaeed/utilies
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 2c8487c

Please sign in to comment.