Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kurt/save-version-to-firmware #103

Merged
merged 19 commits into from
Dec 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Renamed the release.yml name
livingkurt committed Dec 9, 2024
commit d6ebdb6e9b3ffcbf1a8c7cf4bb2a59afbe79414e
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -151,9 +151,9 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ env.new_tag }}
name: Helios Engine ${{ env.new_version }}
name: Helios ${{ env.new_version }}
body: |
Release of Helios Engine version ${{ env.new_version }}
Release of Helios version ${{ env.new_version }}
draft: false
prerelease: false
env: