Skip to content

Commit

Permalink
CI: fix name to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jschroeter committed Jun 22, 2024
1 parent ee7bc9e commit 7cfaf1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ jobs:
with:
name: gdoor_firmware

- name: Set GDOOR_VERSION environment variable
run: echo "GDOOR_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Create release
uses: softprops/action-gh-release@v2
with:
name: "Firmware ${{ github.ref.replace('refs/tags/', '') }}"
name: "Firmware ${{ env.GDOOR_VERSION }}"
files: ./*.bin
draft: true

Expand Down

0 comments on commit 7cfaf1a

Please sign in to comment.