Skip to content

Commit

Permalink
Fixed release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Janos SUTO <[email protected]>
  • Loading branch information
jsuto committed Jul 21, 2024
1 parent b05fc9b commit fa9c613
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PROJECT_ID: piler
DISTRO: jammy
DISTRO: noble
IMAGE_NAME: sutoj/piler

permissions:
Expand Down Expand Up @@ -93,6 +93,9 @@ jobs:
PUSH: true

create-release:
needs:
- build-package

runs-on:
- self-hosted
- X64
Expand Down

0 comments on commit fa9c613

Please sign in to comment.