Skip to content

Commit

Permalink
chore: Added comment about npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed May 8, 2024
1 parent eb7858a commit 11895dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://npm.pkg.github.com' # this is important for the publishing step
- name: Create Beta Tag
id: tag
run: |
Expand Down

0 comments on commit 11895dd

Please sign in to comment.