Skip to content

Commit

Permalink
ci: Use echo registry hack actions/setup-node#73 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Howard committed Jan 21, 2022
1 parent 8f06be5 commit 968fcc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag-another-tags-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
node-version: '12'
registry-url: 'https://npm.pkg.github.com'
scope: "@wpmedia"

- run: echo "registry=https://npm.pkg.github.com/@wpmedia" >> .npmrc

# handles taking in tags with dots in it
- name: Point new tag to the base tag's version of target package
Expand Down

0 comments on commit 968fcc5

Please sign in to comment.