We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6dcf8 commit 6eca451Copy full SHA for 6eca451
.github/workflows/ci.yml
@@ -27,7 +27,8 @@ jobs:
27
- name: Publish to Github Releases
28
env:
29
GH_TOKEN: ${{ secrets.GH_TOKEN }}
30
+ # TODO https://github.com/rmoraes92/http_status_code_check/actions/runs/13607277508/job/38040223389
31
run: |
32
cp target/release/http_status_code_check target/release/http_status_code_check-x86_64-unknown-linux-gnu
33
ver=$(cat Cargo.toml | grep -e '^version = ".*"$' | sed 's/version = "\(.*\)"/\1/')
- gh release create -d --title v$ver --notes-file RELEASE.md $ver target/release/http_status_code_check-x86_64-unknown-linux-gnu
34
+ gh release create --title v$ver --notes-file RELEASE.md $ver target/release/http_status_code_check-x86_64-unknown-linux-gnu
0 commit comments