Skip to content

Commit 6eca451

Browse files
committed
removing unnecessary draft flag for gh releases
1 parent 5e6dcf8 commit 6eca451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Publish to Github Releases
2828
env:
2929
GH_TOKEN: ${{ secrets.GH_TOKEN }}
30+
# TODO https://github.com/rmoraes92/http_status_code_check/actions/runs/13607277508/job/38040223389
3031
run: |
3132
cp target/release/http_status_code_check target/release/http_status_code_check-x86_64-unknown-linux-gnu
3233
ver=$(cat Cargo.toml | grep -e '^version = ".*"$' | sed 's/version = "\(.*\)"/\1/')
33-
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

Comments
 (0)