Skip to content

Commit

Permalink
[action] fix actionlint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Oct 23, 2023
1 parent afcd4fc commit 47feb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo ${{ github.ref }} | grep "\-rc.*"
OUT=$?
if [ $OUT -eq 0 ]; then IS_PRERELEASE=true; else IS_PRERELEASE=false; fi
echo "IS_PRERELEASE=${IS_PRERELEASE}" >> ${GITHUB_OUTPUT}
echo "IS_PRERELEASE=${IS_PRERELEASE}" >> "${GITHUB_OUTPUT}"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 47feb61

Please sign in to comment.