Skip to content

Commit

Permalink
💜 ci fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyce committed Jan 12, 2025
1 parent dd87fbb commit 16744da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: node .github/version-script-beta.js

- name: Authenticate to NPM
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" > cli/.npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" > ~/.npmrc

- name: Publish Beta to NPM
run: pnpm pub:beta
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Build the package
run: pnpm build

- name: Authenticate to NPM
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" > cli/.npmrc

- name: Create Version PR or Publish to NPM
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 16744da

Please sign in to comment.