diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86b89f4..f52b544 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -237,8 +237,8 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.ACTIONS_TOKEN }}' with: - tag_name: '${{ steps.get_version.outputs.VERSION }}' - release_name: 'Release ${{ steps.get_version.outputs.VERSION }}' + tag_name: '${{ steps.get_version.outputs.VERSION || ''0.0.0.0'' }}' + release_name: 'Release ${{ steps.get_version.outputs.VERSION || ''0.0.0.0''}}' draft: false prerelease: false - uses: actions/upload-release-asset@v1.0.1