Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
chore(release): don't draft
Browse files Browse the repository at this point in the history
  • Loading branch information
CHN-ChenYi committed Jun 8, 2022
1 parent 21379cd commit ebe9584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
args: --release

- name: release
uses: "marvinpinto/action-automatic-releases@latest"
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
files: |
./target/release/cc99

0 comments on commit ebe9584

Please sign in to comment.