Skip to content

Commit

Permalink
ci: skip git checks (publish branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader committed Feb 18, 2025
1 parent 3d7544b commit 7a1dba1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev
# - name: cargo login
# run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: cargo publish
run: cargo publish --dry-run
env:
Expand All @@ -39,10 +36,8 @@ jobs:
node-version: "lts/*"
cache: "pnpm"
- run: pnpm install
- run: pnpm build
- name: pnpm publish
# run: npm publish --provenance --access public
run: pnpm publish --access public --publish-branch alpha --dry-run
run: pnpm publish --access public --no-git-checks --dry-run
env:
NPM_CONFIG_PROVENANCE: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7a1dba1

Please sign in to comment.