Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenart12 committed Jul 26, 2024
1 parent 54ce645 commit 076e54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
./pio-eub-firmware/.pio/build/nanoatmega328/firmware.*
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
name: ${{ github.ref }}
body: "Release ${{ github.ref }}"
name: Release ${{ github.ref_name}}
body: "Release ${{ github.ref_name }}"

0 comments on commit 076e54d

Please sign in to comment.