Skip to content

Commit

Permalink
last test
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Uvi <[email protected]>
  • Loading branch information
Josh-Uvi committed Dec 18, 2024
1 parent f484c72 commit be9bf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

release:
needs: checkVersion
if: ${{ ! always() && contains(join(needs.checkVersion.steps.check.outputs.changed, ','), 'true') }}
if: ${{ always() && (needs.checkVersion.steps.check.outputs.changed == 'true') }}
name: Create release notes
runs-on: ubuntu-latest
permissions:
Expand All @@ -56,7 +56,7 @@ jobs:
publish-gpr:
needs: checkVersion
if: ${{ ! always() && contains(join(needs.checkVersion.steps.check.outputs.changed, ','), 'true') }}
if: ${{ always() && (needs.checkVersion.steps.check.outputs.changed == 'true') }}
name: Publish package
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit be9bf59

Please sign in to comment.