Skip to content

Commit

Permalink
update release steps
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Jan 26, 2025
1 parent 4f2e418 commit 95d4774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
code-checks:
uses: ./.github/workflows/checks.yml
pre-release-check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
TARGET_TAG_V: ${{ steps.version_check.outputs.TRGT_VERSION }}
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
needs: [code-checks, pre-release-check]
if: needs.pre-release-check.outputs.TARGET_TAG_V != ''
environment: auto-release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency: release
steps:
- uses: actions/create-github-app-token@v1
Expand Down

0 comments on commit 95d4774

Please sign in to comment.