Skip to content

Commit

Permalink
Release workflow fix
Browse files Browse the repository at this point in the history
Signed-off-by: Janos SUTO <sj@acts.hu>
  • Loading branch information
jsuto committed Dec 20, 2024
1 parent 92419e8 commit b5e0eeb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create release
name: Create new release

on:
push:
Expand All @@ -16,8 +16,7 @@ permissions:
jobs:
get-version:
runs-on:
- self-hosted
- X64
- ubuntu-latest

outputs:
IMAGE_TAG: ${{ steps.get-version.outputs.IMAGE_TAG }}
Expand Down Expand Up @@ -45,8 +44,7 @@ jobs:
arch: ['amd64','arm64']

runs-on:
- self-hosted
- ${{ matrix.arch }}
- ubuntu-latest

outputs:
PACKAGE: ${{ steps.build-package.outputs.PACKAGE }}
Expand Down Expand Up @@ -97,8 +95,7 @@ jobs:
- build-package

runs-on:
- self-hosted
- X64
- ubuntu-latest

steps:
- name: Download packages
Expand Down

0 comments on commit b5e0eeb

Please sign in to comment.