Mark alpha artifacts as prerelease

This commit is contained in:
Ochenstarik 2026-07-16 20:46:57 +07:00
parent 46a1c393c7
commit 3b28ff4462

View file

@ -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