Skip to content

Commit

Permalink
fix: remove go from release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyx committed Jun 15, 2024
1 parent 551018c commit e9d0f7a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ jobs:
uses: actions/checkout@v3

# ################################
# create release and push assets
# ################################
- name: Build go binaries
if: startsWith(github.ref, 'refs/tags/')
run: |
make build-all
# create release and push assets
# ################################

- name: Release to github with Notes
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e9d0f7a

Please sign in to comment.