Skip to content

Commit 766ab65

Browse files
authored
Merge pull request #52 from Rigidity/allow-dirty
Allow dirty
2 parents 0d7022a + 461ade4 commit 766ab65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
if: startsWith(github.event.ref, 'refs/tags')
5353
env:
5454
CARGO_REGISTRY_TOKEN: ${{ secrets.cargo_registry_token }}
55-
run: cargo ws publish --publish-as-is
55+
run: cargo ws publish --publish-as-is --allow-dirty

0 commit comments

Comments
 (0)