Skip to content

Commit

Permalink
Merge pull request #32 from startersclan/enhancement/ci-do-not-upload…
Browse files Browse the repository at this point in the history
…-binaries-to-release-draft

Enhancement (ci): Do not upload binaries to release draft
  • Loading branch information
leojonathanoh committed Mar 24, 2023
2 parents 9120322 + 68286f2 commit b94bf1a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,24 +96,6 @@ jobs:
publish: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Ensure the same binaries are used from the build job
- name: Download binaries
uses: actions/download-artifact@v3
with:
name: binaries-${{ github.sha }}
- name: Untar binaries
run: |
tar -xvf binaries.tar
# Upload binaries to draft
- uses: softprops/action-gh-release@v1
with:
draft: true
id: ${{ steps.release-drafter.outputs.id }}
name: ${{ steps.release-drafter.outputs.name }}
tag_name: ${{ steps.release-drafter.outputs.tag_name }}
body: ${{ steps.release-drafter.outputs.body }}
files: |
.go/bin/*

release:
needs: [build,test,docker]
Expand Down

0 comments on commit b94bf1a

Please sign in to comment.