Skip to content

Commit

Permalink
fix: update package name to prevent collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-kurganskii committed Dec 31, 2024
1 parent 76c4b13 commit 7f5df23
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 @@ -21,7 +21,7 @@ jobs:

- name: Publish package
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git fetch --tags
yarn run publish from-git --yes --registry https://npm.pkg.github.com/

0 comments on commit 7f5df23

Please sign in to comment.