Skip to content

Commit

Permalink
add -f to rm
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Jan 22, 2025
1 parent 25bb2ba commit 60db743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
deno-version: v2.x
- run: cargo install cargo-zigbuild wasm-bindgen-cli
- run: make build
# Why NPM...??
- run: rm -f **/.gitignore
- working-directory: ./js
run: |
npx jsr publish --allow-slow-types
# Why NPM...??
rm **/.gitignore
npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 60db743

Please sign in to comment.