Skip to content

Commit

Permalink
test: build as jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Aug 2, 2024
1 parent e49e874 commit 6b34c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
deploy-github-packages:
needs: produce-packages
runs-on: ubuntu-latest
if: ${{ endsWith(needs.produce-packages.outputs.version, '-SNAPSHOT') }}
if: ${{ endsWith(needs.produce-packages.steps.artefact_version.outputs.version, '-SNAPSHOT') }}
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 6b34c19

Please sign in to comment.