Skip to content

Commit

Permalink
chore(ci): fix broken release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jul 9, 2023
1 parent 0b45cb4 commit 37df143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
shell: bash

- name: Upload release asset
run: gh release upload ${{ steps.tag_name.outputs.version }} ./bin/${{ matrix.settings.asset_path }}.tar.gz --clobber
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
Expand Down

0 comments on commit 37df143

Please sign in to comment.