Skip to content

Commit

Permalink
change test to core_version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 6, 2023
1 parent 1b4a748 commit f6c3712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build-core:
runs-on: ubuntu-latest
outputs:
test_version: ${{ steps.get_core_version.outputs.test_version }}
core_version: ${{ steps.get_core_version.outputs.core_version }}
steps:
- uses: actions/checkout@v4
- id: get_core_version
Expand All @@ -44,7 +44,7 @@ jobs:
uses: ./.github/workflows/cryostat-build.yml
with:
build-arch: ${{ matrix.arch }}
test-version: ${{ needs.build-core.outputs.test_version }}
core-version: ${{ needs.build-core.outputs.core_version }}

push-to-ghcr:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f6c3712

Please sign in to comment.