Skip to content

Commit

Permalink
ci: ⚡️ Add allow-dirty flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 7, 2022
1 parent 110bc0f commit 71bd81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --dry-run
args: --dry-run --allow-dirty
- name: Archive artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 71bd81b

Please sign in to comment.