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.
1 parent ccaa368 commit 8980095Copy full SHA for 8980095
1 file changed
.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Publish GitHub release
44
uses: softprops/action-gh-release@v2
45
with:
46
+ prerelease: ${{ startsWith(github.ref_name, 'v0.') }}
47
files: |
48
dist/charts/*.tgz
49
dist/assets/*.tgz
0 commit comments