create release

This commit is contained in:
Violet Caulfield
2025-02-05 22:00:54 -06:00
parent 952f8bd776
commit 832bd6bdc1

View File

@@ -37,4 +37,13 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[skip actions]"
file_pattern: "ios/Jellify.xcodeproj/project.pbxproj"
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 }}