diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ba682a..fbf99dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -137,7 +137,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.ACTIONS_TOKEN }}' with: - tag_name: ${{ steps.get_version.outputs.VERSION }} + tag_name: '${{ steps.get_version.outputs.VERSION || ''0.1.0'' }}' release_name: Release ${{ steps.get_version.outputs.VERSION}} draft: false prerelease: false