Skip to content

Commit

Permalink
πŸ’š Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
CryogenicPlanet committed Nov 5, 2021
1 parent 544e84f commit c2935be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release-npm:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v2
with:
Expand All @@ -52,7 +51,7 @@ jobs:
- name: Install pnpm
run: curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
- run: pnpm install --ignore-scripts
- run: pnpm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
test-installer:
Expand Down

0 comments on commit c2935be

Please sign in to comment.