Skip to content

Commit

Permalink
chore(ci): allow prerelease
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jul 21, 2023
1 parent e069a22 commit f99802b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
release-type: rust
outputs:
release_created: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit f99802b

Please sign in to comment.