Skip to content

Commit eb7e13e

Browse files
authored
Merge pull request #33 from customerio/ci/publish-github-packages
ci: restore setup-node for GitHub Packages registry auth
2 parents 6117e42 + 50a28dd commit eb7e13e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ jobs:
3535
- name: Publish to npm
3636
run: npm publish --access public
3737

38+
- uses: actions/setup-node@v5
39+
with:
40+
registry-url: 'https://npm.pkg.github.com'
41+
3842
- name: Publish to GitHub Packages
39-
run: npm publish --access public --registry https://npm.pkg.github.com
43+
run: npm publish --access public
4044
env:
4145
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)