mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-25 12:38:39 -06:00
create release
This commit is contained in:
11
.github/workflows/publish-ios-beta.yml
vendored
11
.github/workflows/publish-ios-beta.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user