Skip to content

Commit

Permalink
fix: release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed May 12, 2023
1 parent 85e5fad commit 4a0bd52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: ./.github/actions/setup-tools
- name: Build package
run: pnpm run build
- name: "NPM Identity"
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" >> ~/.npmrc
npm whoami
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4a0bd52

Please sign in to comment.