Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayzac committed Aug 17, 2024
1 parent 1ea008c commit 974e9cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
echo "Package: ${GITHUB_REF_NAME%@*}"
echo "Version: ${GITHUB_REF_NAME#*@}"
- uses: actions/checkout@v4
with:
fetch-depth: 0
- shell: bash
run: |
set -eu -o pipefail
Expand All @@ -32,7 +30,7 @@ jobs:
node-version: lts/*
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm publish -r --filter "${GITHUB_REF_NAME%@*}" --access public
- run: pnpm publish -r --no-git-checks --filter "${GITHUB_REF_NAME%@*}" --access public --force
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit 974e9cd

Please sign in to comment.