Skip to content

Commit

Permalink
Merge pull request #12 from lewxdev/fix-publish-action-registry
Browse files Browse the repository at this point in the history
fix: publish action registry
  • Loading branch information
WillTDA authored Apr 27, 2024
2 parents 5163329 + 027cecb commit cedfe99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x
registry-url: "https://npm.pkg.github.com"
registry-url: "https://registry.npmjs.org"
- run: npm clean-install
- run: npm test

Expand Down

0 comments on commit cedfe99

Please sign in to comment.