Skip to content

Commit

Permalink
fix: Removed release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
alinalihassan committed Jun 1, 2022
1 parent 77c3a14 commit be95705
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,5 @@ jobs:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload release binaries
if: steps.semantic.outputs.new_release_published == 'true'
uses: alexellis/[email protected]
with:
asset_paths: '["./build/Lesma*.tar.gz"]'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit be95705

Please sign in to comment.