Skip to content

Commit 3413ba7

Browse files
fix: Change release tag and update release name [no ci]
Updated release workflow to reflect CSRA versioning and naming.
1 parent e300f02 commit 3413ba7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-tastic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
release:
103103
needs: build
104104
runs-on: ubuntu-latest
105-
if: startsWith(github.ref, 'refs/tags/tastic-v')
105+
if: startsWith(github.ref, 'refs/tags/csra-v')
106106

107107
steps:
108108
- uses: actions/checkout@v4
@@ -147,11 +147,11 @@ jobs:
147147
- name: Create Release
148148
uses: softprops/action-gh-release@v1
149149
with:
150-
name: Tastic Firmware ${{ github.ref_name }}
150+
name: Stable CSRA Firmware ${{ github.ref_name }}
151151
body: |
152-
## Tastic Mesh Firmware Release
152+
## Stable CSRA Firmware
153153
154-
Built from the `tastic` branch.
154+
Built from Stable releases with minimal CSRA-specific changes.
155155
156156
### Included Boards:
157157
- RAK4631 WisBlock Core (`rak4631`) - nRF52840
@@ -164,7 +164,7 @@ jobs:
164164
- LilyGO T-Deck Pro (`t-deck-pro`) - ESP32-S3
165165
166166
### Installation:
167-
Flash using the Tastic Web Flasher or manually with the appropriate tool for your device.
167+
Flash using the Official Meshtastic Web Flasher or manually with the appropriate tool for your device.
168168
169169
Commit: ${{ github.sha }}
170170
files: release-files/*.zip

0 commit comments

Comments
 (0)