Skip to content

Commit cbe827f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ 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/'`
2931
- name: Publish to Github Release
3032
uses: softprops/action-gh-release@v2
3133
with:

0 commit comments

Comments
 (0)