Skip to content

Commit

Permalink
Fix github action release
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Sep 25, 2024
1 parent d015860 commit 60afef0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,4 @@ jobs:
artifacts: |
.pio/build/ATtiny1616/firmware.hex
.pio/build/ATtiny1616/firmware.hex.sha256
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
draft: false
prerelease: false
allowUpdates: true

0 comments on commit 60afef0

Please sign in to comment.