Skip to content

Commit

Permalink
feat: v5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: use new electron and cap versions
  • Loading branch information
IT-MikeS committed Sep 21, 2023
1 parent b85212f commit a951a58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ 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 }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: pnpm run shipit

0 comments on commit a951a58

Please sign in to comment.