Skip to content

Commit bb34d41

Browse files
authored
Update GitHub Actions workflow for releases
Removed preparation of release notes and updated path for checkout action.
1 parent e00bbc2 commit bb34d41

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout Main
6060
uses: actions/checkout@v6.0.2
6161
with:
62-
path: MYmain
62+
path: main
6363
submodules: recursive
6464

6565
- name: Hide sensitive inputs
@@ -231,19 +231,13 @@ jobs:
231231
echo "TAG_PREFIX=YTMU+" >> $GITHUB_ENV
232232
fi
233233
234-
- name: Prepare Releases Notes
235-
run: |
236-
sed "s/%ytm_version%/${{ env.YTM_VERSION }}/g; s/%ytmult_version%/2.4.1/g; s/%release_prefix%/${{ env.RELEASE_PREFIX }}/g" \
237-
.github/RELEASE_TEMPLATE/Release_Notes.md > release_notes_prepared.md
238-
239234
- name: Create Release
240235
uses: softprops/action-gh-release@v3
241236
with:
242237
tag_name: ${{ env.TAG.PREFIX }}_${{ env.YTM_VERSION }}_2.4.1
243238
name: ${{ env.RELEASE_PREFIX }} 2.4.1 and ${{ env.YTM_VERSION }} (${{ github.run_number }})
244239
files: ${{ env.RELEASE_PREFIX }}_2.4.1_${{ env.YTM_VERSION }}.ipa
245240
draft: true
246-
body_path: release_notes_prepared.md
247241

248242
- name: Output Release URL
249243
run: |

0 commit comments

Comments
 (0)