Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
OhYee committed Oct 30, 2023
1 parent 8400fa9 commit 96ff502
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 @@ -34,7 +34,7 @@ jobs:
release_body: ${{ github.event.release.body }}
release_name: ${{ github.event.release.name }}
run: |
if [[ -e "${release_body}" ]]; then
if [[ ! -n "${release_body}" ]]; then
TAG=$(git describe --tags --always | sed 's/^v//')
echo "release ${TAG}"
Expand Down

0 comments on commit 96ff502

Please sign in to comment.