Skip to content

Commit 73317d8

Browse files
committed
fix: cargo package allow dirty
1 parent 384a001 commit 73317d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Cargo Package
6868
uses: actions-rs/cargo@v1
6969
with:
70-
command: package
70+
command: package --allow-dirty
7171

7272
- name: Publish Release (Github Release)
7373
uses: softprops/action-gh-release@v1
@@ -112,7 +112,7 @@ jobs:
112112
- name: Cargo Package
113113
uses: actions-rs/cargo@v1
114114
with:
115-
command: package
115+
command: package --allow-dirty
116116

117117
- name: Publish Release (Github Release)
118118
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)