Skip to content

Commit

Permalink
Need to create a release first
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Mar 5, 2024
1 parent d627fdc commit d6ac40b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Create a draft GitHub release
uses: ncipollo/release-action@v1
with:
prerelease: true
draft: true
allowUpdates: true
updateOnlyUnreleased: true

- name: Build go binaries and upload to the release
uses: wangyoucao577/go-release-action@v1
with:
Expand Down

0 comments on commit d6ac40b

Please sign in to comment.