We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5fd213 + 50f6194 commit 615cd74Copy full SHA for 615cd74
1 file changed
.github/workflows/ci.yml
@@ -262,8 +262,7 @@ jobs:
262
merge-multiple: true
263
- uses: softprops/action-gh-release@v2
264
with:
265
- tag_name: ${{ github.ref == 'refs/heads/main' && format('main-{0}', github.run_number) || github.ref_name }}
266
- name: ${{ github.ref == 'refs/heads/main' && format('Main build {0}', github.run_number) || github.ref_name }}
+ tag_name: ${{ github.ref == 'refs/heads/main' && format('v0.1.{0}', github.run_number) || github.ref_name }}
267
files: artifacts/**
268
generate_release_notes: true
269
- prerelease: ${{ github.ref == 'refs/heads/main' || contains(github.ref_name, '-') }}
+ prerelease: ${{ contains(github.ref_name, '-') }}
0 commit comments