We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abe780 commit b1649e7Copy full SHA for b1649e7
1 file changed
.github/workflows/build_ipa.yml
@@ -71,10 +71,10 @@ jobs:
71
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/semi-rewrite')
72
uses: softprops/action-gh-release@v2
73
with:
74
- tag_name: Nightly
+ tag_name: "Nightly-v${{ steps.version.outputs.app_version }}"
75
name: "Nightly Build - v${{ steps.version.outputs.app_version }}"
76
prerelease: true
77
- generate_release_notes: false
+ generate_release_notes: true
78
target_commitish: ${{ github.sha }}
79
files: |
80
StikDebug.ipa
0 commit comments