Skip to content

Commit

Permalink
another 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 7309be0 commit d512e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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(needs.checkVersion.steps.check.outputs.changed), 'true') }}
if: ${{ always() && contains(join(needs.checkVersion.steps.check.outputs.changed, ','), 'true') }}
name: Create release notes
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit d512e3e

Please sign in to comment.