Skip to content

Commit

Permalink
Remove GitHub release creation step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragarnoy committed Nov 8, 2024
1 parent 5496e4a commit e708dae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,3 @@ jobs:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
CC_thumbv7em_none_eabihf: arm-none-eabi-gcc
AR_thumbv7em_none_eabihf: arm-none-eabi-ar

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
prerelease: ${{ contains(github.ref, '-') }}

0 comments on commit e708dae

Please sign in to comment.