Skip to content

Commit

Permalink
Update release-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Feb 1, 2024
1 parent 3a0ad44 commit 0f0b868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
HAVE_RELEASE=$(test "${LATEST_RELEASE_COMMIT}" = "${GITHUB_SHA}" && echo "true" || echo "false")
echo "Latest release tag: ${LATEST_RELEASE_TAG}"
echo "Latest release commit: ${LATEST_RELEASE_COMMIT}"
echo "GITHUB_SHA: ${GITHUB_SHA}"
echo "HAVE_RELEASE: ${HAVE_RELEASE}"
echo "COMMITS_SINCE_LAST_RELEASE:"
echo "Latest commit: ${GITHUB_SHA}"
echo "Have release: ${HAVE_RELEASE}"
echo "Commits since last release:"
echo "${COMMITS_SINCE_LAST_RELEASE}"
echo "have_release="${HAVE_RELEASE}"" >> $GITHUB_OUTPUT
echo "commits="${COMMITS_SINCE_LAST_RELEASE}"" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 0f0b868

Please sign in to comment.