mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 18:10:31 -05:00
create gh release on publish
This commit is contained in:
@@ -37,4 +37,12 @@ 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: elgohr/Github-Release-Action@v5
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
title: "Jellify - ${{ env.VERISON_NUMBER }}"
|
||||
tag: ${{ env.VERISON_NUMBER }}
|
||||
Reference in New Issue
Block a user