Skip to content

Commit 276b9b1

Browse files
author
Ramon Moraes
committed
quick and dirty test on dev
1 parent cbe827f commit 276b9b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
# run: cargo caw-publish
2727
- name: Creating a zip file
2828
run: zip http_status_code_check.zip target/release/http_status_code_check
29-
- name: Temporary Tag
30-
run: git tag `cat Cargo.toml | grep -e '^version = ".*"$' | sed 's/version = "\(.*\)"/\1/'`
3129
- name: Publish to Github Release
3230
uses: softprops/action-gh-release@v2
3331
with:

0 commit comments

Comments
 (0)