Skip to content

Commit

Permalink
ci: publish the pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaavedra committed Aug 23, 2024
1 parent 81a7865 commit 4c5d62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
files: release/${{ matrix.platform.name }}
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
draft: true
draft: false
if: startsWith( github.ref, 'refs/tags/v' )

0 comments on commit 4c5d62d

Please sign in to comment.