Skip to content

Commit

Permalink
add default version to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Oct 3, 2023
1 parent 3d4f159 commit b8a5973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8a5973

Please sign in to comment.