Skip to content

Commit 3066078

Browse files
committed
push to GHCR
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 69c92bd commit 3066078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-lueur-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Promote lueur release
8282
run: |
83-
gh release edit "$VERSION" --latest=true --draft=false --tag="$VERSION" --discussion-category="Announcements"
83+
gh release edit "$VERSION" --latest=true --draft=false --tag="$VERSION"
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
VERSION: ${{needs.extract-version.outputs.version}}

lueur/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["lueur-cli", "lueur-ebpf-programs"]
44
default-members = ["lueur-cli"]
55

66
[workspace.package]
7-
version = "0.1.152"
7+
version = "0.1.153"
88
edition = "2024"
99
rust-version = "1.85"
1010
license-file = "LICENSE"

0 commit comments

Comments
 (0)