Skip to content

Commit 58a6571

Browse files
author
Ramon Moraes
committed
quick and dirty test on dev
1 parent 49c783c commit 58a6571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: cargo test --verbose
2323
- name: Build
2424
run: cargo build --profile release --verbose
25-
- name: Publish to crates.io
26-
run: cargo caw-publish
25+
# - name: Publish to crates.io
26+
# run: cargo caw-publish
2727
- name: Creating a zip file
2828
run: zip http_status_code.zip target/release/http_status_code
2929
- name: Publish to Github Release

0 commit comments

Comments
 (0)