Mark alpha artifacts as prerelease
This commit is contained in:
parent
46a1c393c7
commit
3b28ff4462
1 changed files with 1 additions and 0 deletions
1
.github/workflows/linux-release.yml
vendored
1
.github/workflows/linux-release.yml
vendored
|
|
@ -50,6 +50,7 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
prerelease: ${{ contains(github.ref_name, '-') }}
|
||||||
files: |
|
files: |
|
||||||
server-monitor-manager-${{ matrix.runtime }}.tar.gz
|
server-monitor-manager-${{ matrix.runtime }}.tar.gz
|
||||||
server-monitor-manager-${{ matrix.runtime }}.tar.gz.sha256
|
server-monitor-manager-${{ matrix.runtime }}.tar.gz.sha256
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue