-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Egor Egorov
committed
Dec 13, 2024
1 parent
e1e657e
commit efd54ab
Showing
3 changed files
with
55 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,34 +93,34 @@ jobs: | |
shell: bash | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v6 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
branch: "release/xcf/${{ steps.fetch_semver.outputs.semver}}" | ||
title: 'GliaWidgets SDK Release ${{ steps.fetch_semver.outputs.semver}}' | ||
commit-message: | | ||
GliaWidgets SDK XCFramework Release ${{ steps.fetch_semver.outputs.semver}} | ||
base: 'master' | ||
run: | | ||
release_branch_name="release/xcf/${{ steps.fetch_semver.outputs.semver}}" | ||
fastlane ios create_pr branch:"$release_branch_name" title:"GliaWidgets SDK XCFramework Release ${{ steps.fetch_semver.outputs.semver}}" base:'master' | ||
- uses: actions/create-release@v1 | ||
id: create_release | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
tag_name: ${{ steps.fetch_semver.outputs.semver}} | ||
release_name: "GliaWidgetsSDK Release ${{ steps.fetch_semver.outputs.semver}}" | ||
draft: true | ||
prerelease: false | ||
body: | | ||
GliaWidgetsSDK Release | ||
xcframework checksum: `${{ steps.calculate_xcf_checksum.outputs.checksum }}` | ||
# with: | ||
# branch: "release/xcf/${{ steps.fetch_semver.outputs.semver}}" | ||
# title: "GliaWidgets SDK XCFramework Release ${{ steps.fetch_semver.outputs.semver}}" | ||
# base: 'master' | ||
# token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
asset_path: "xcf/GliaWidgetsXcf.xcframework.zip" | ||
asset_name: "GliaWidgetsXcf.xcframework.zip" | ||
asset_content_type: "application/zip" | ||
# - uses: actions/create-release@v1 | ||
# id: create_release | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# with: | ||
# tag_name: ${{ steps.fetch_semver.outputs.semver}} | ||
# release_name: "GliaWidgetsSDK Release ${{ steps.fetch_semver.outputs.semver}}" | ||
# draft: true | ||
# prerelease: false | ||
# body: | | ||
# GliaWidgetsSDK Release | ||
# xcframework checksum: `${{ steps.calculate_xcf_checksum.outputs.checksum }}` | ||
# | ||
# - uses: actions/[email protected] | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# with: | ||
# upload_url: ${{ steps.create_release.outputs.upload_url }} | ||
# asset_path: "xcf/GliaWidgetsXcf.xcframework.zip" | ||
# asset_name: "GliaWidgetsXcf.xcframework.zip" | ||
# asset_content_type: "application/zip" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters