Skip to content

Commit b1649e7

Browse files
authored
Update GitHub Actions workflow for nightly builds
1 parent 4abe780 commit b1649e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_ipa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/semi-rewrite')
7272
uses: softprops/action-gh-release@v2
7373
with:
74-
tag_name: Nightly
74+
tag_name: "Nightly-v${{ steps.version.outputs.app_version }}"
7575
name: "Nightly Build - v${{ steps.version.outputs.app_version }}"
7676
prerelease: true
77-
generate_release_notes: false
77+
generate_release_notes: true
7878
target_commitish: ${{ github.sha }}
7979
files: |
8080
StikDebug.ipa

0 commit comments

Comments
 (0)