Skip to content

Commit

Permalink
chore: revisit release process (#216)
Browse files Browse the repository at this point in the history
as discussed in comments on
#198

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Nov 8, 2024
1 parent ff38e98 commit fe671bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ jobs:
run: |
yarn workspaces focus --production
yarn install --mode update-lockfile
- name: login to YARNPKG
run: yarn config set npmAuthToken "$NPM_AUTH_TOKEN"
- name: Set NPM authentication
run: yarn config set --home npmAuthToken "$NPM_AUTH_TOKEN"
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: publish to registry as "${{ env.NPMJS_RELEASE_TAG }}"
Expand Down

0 comments on commit fe671bb

Please sign in to comment.