create gh release on publish

This commit is contained in:
Violet Caulfield
2025-02-05 16:27:32 -06:00
parent 8c6277d08c
commit 26c119f9a5
+9 -1
View File
@@ -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 }}