Skip to content

Commit

Permalink
ci(gh pkgs): fix npm step
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Oct 2, 2023
1 parent 3018630 commit e714cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
fetch-depth: "0"

- name: Setup | Authenticate with Registry
run: echo @codesandbox:registry=https://npm.pkg.github.com\n//npm.pkg.github.com/:_authToken=${GH_TOKEN} > .npmrc
run: echo @codesandbox:registry=https://npm.pkg.github.com\\n//npm.pkg.github.com/:_authToken=${GH_TOKEN} > .npmrc
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

1 comment on commit e714cdc

@vercel
Copy link

@vercel vercel bot commented on e714cdc Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.