Skip to content

Commit

Permalink
ci: tag prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 authored Dec 20, 2024
1 parent 171ae3e commit 70fad3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:

- name: Create GitHub release for tag (Ubuntu)
if: github.ref_type == 'tag' && matrix.os == 'ubuntu-latest'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: ${{ contains(github.ref, '-pre') }}

- name: Upload release archive (Ubuntu)
if: github.ref_type == 'tag' && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 70fad3a

Please sign in to comment.