Skip to content

Commit

Permalink
fix passing var
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jul 4, 2024
1 parent d2ebbd1 commit ed90f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
RELEASE_NOTES="${RELEASE_NOTES//$'\r'/'%0D'}"
echo ------------------
echo "${RELEASE_NOTES}"
echo "name=contents=${RELEASE_NOTES}" >> "$GITHUB_OUTPUT"
echo "contents=${RELEASE_NOTES}" >> "$GITHUB_OUTPUT"
- name: check if prerelease
id: prerelease
Expand All @@ -109,7 +109,7 @@ jobs:
}
echo ${{ github.ref }}
check_version ${{ github.ref }}
echo "name=prerelease=$(check_version ${{ github.ref }})" >> "$GITHUB_OUTPUT"
echo "prerelease=$(check_version ${{ github.ref }})" >> "$GITHUB_OUTPUT"
shell: bash

Expand Down

0 comments on commit ed90f21

Please sign in to comment.