diff --git a/.github/workflows/publish-ios-beta.yml b/.github/workflows/publish-ios-beta.yml index 2e46e3c9..9c9a7d0d 100644 --- a/.github/workflows/publish-ios-beta.yml +++ b/.github/workflows/publish-ios-beta.yml @@ -37,4 +37,13 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "[skip actions]" - file_pattern: "ios/Jellify.xcodeproj/project.pbxproj" \ No newline at end of file + file_pattern: "ios/Jellify.xcodeproj/project.pbxproj" + + - name: 🎉 Create Github release + uses: ncipollo/release-action@v1 + with: + artifacts: "Jellify.ipa" + name: "Jellify - ${{ env.VERSION_NUMBER }}" + prerelease: true + tag: ${{ env.VERSION_NUMBER }} + token: ${{ secrets.GITHUB_TOKEN }}