Skip to content

Commit 4f9aaef

Browse files
committed
chore: attempt to fix github release
npm succeeds, but github fails
1 parent 9d606fb commit 4f9aaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: npm publish --access public
6666

6767
- name: Create .npmrc for GitHub Packages
68-
run: echo "@OWNER:registry=https://npm.pkg.github.com\n//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
68+
run: echo "@NAMESPACE:registry=https://npm.pkg.github.com" > ~/.npmrc
6969

7070
- name: Publish to GitHub Packages
7171
working-directory: packages/sdk

0 commit comments

Comments
 (0)