Skip to content

Commit f58cfa2

Browse files
committed
Fix
1 parent ee54f47 commit f58cfa2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: cargo test
2727

2828
- name: Publish
29-
run: cargo publish --token ${CRATES_TOKEN}
29+
run: cargo publish --token ${CRATES_TOKEN} --allow-dirty
3030
env:
3131
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
Cargo.lock

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)