Skip to content

Commit

Permalink
fix(ci-rs.yml): Add --allow-dirty due to version changed in Cargo.tom…
Browse files Browse the repository at this point in the history
…l who is not commit
  • Loading branch information
miniben-90 committed Aug 7, 2024
1 parent dc8d5e4 commit 7a4defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ jobs:
run: node ${{ github.workspace }}/.scripts/before-publish.cjs x-win-rs

- name: Publish package
run: cargo publish
run: cargo publish --allow-dirty

0 comments on commit 7a4defb

Please sign in to comment.