Skip to content

Commit

Permalink
Merge pull request #10006 from arunsathiya/1.15.x
Browse files Browse the repository at this point in the history
ci: Use GITHUB_OUTPUT envvar instead of set-output command
  • Loading branch information
phantomjinx committed Jan 12, 2024
2 parents 0a1bd78 + ce5db17 commit be29cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
RELEASE_TAGS=$(git tag --contains $(git rev-parse HEAD) | grep "^${BRANCH/.x/}") || true
if [ -n "${RELEASE_TAGS}" ]; then
echo The latest change was already included in a release, skipping release
echo ::set-output name=skip::true
echo "skip=true" >> $GITHUB_OUTPUT
fi
- name: Set up JDK ${{ matrix.java }}
if: steps.should.outputs.skip != 'true'
Expand Down

0 comments on commit be29cce

Please sign in to comment.