Skip to content

Commit

Permalink
CI: fix name to release #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jschroeter committed Jun 22, 2024
1 parent cbd1304 commit ee7bc9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
with:
name: "Firmware ${GITHUB_REF#refs/tags/}"
name: "Firmware ${{ github.ref.replace('refs/tags/', '') }}"
files: ./*.bin
draft: true

- name: Push firmware to website repo for web installer
uses: cpina/github-action-push-to-another-repository@main
Expand Down

0 comments on commit ee7bc9e

Please sign in to comment.