-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(release): Fix Release Package Bump Workflow (#79)
- Loading branch information
Showing
4 changed files
with
21 additions
and
20 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 |
---|---|---|
|
@@ -37,15 +37,19 @@ jobs: | |
body: ${{ steps.tag_version.outputs.changelog }} | ||
if: steps.tag_version.outputs.new_tag != null | ||
|
||
- name: Create Release | ||
- name: Update Library Information | ||
run: | | ||
make update_brew_formula | ||
make update_podspec | ||
git add . | ||
git commit -m "Update Formula and PodSpec to $(VERSION)" | ||
git push origin main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
VERSION: ${{ steps.tag_version.outputs.new_version }} | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request | ||
with: | ||
commit-message: Bump Podspec and Brew formula | ||
committer: GitHub <[email protected]> | ||
branch: chore/publish | ||
delete-branch: true | ||
title: Update Formula and PodSpec to ${{ steps.tag_version.outputs.new_version }} | ||
body: 'This PR updates the referenced versions of the formula and podspec to the latest version.' | ||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> | ||
if: steps.tag_version.outputs.new_tag != null |
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
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
ad0ace1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
swift-graphql – ./
swift-graphql-maticzav.vercel.app
www.swift-graphql.com
swift-graphql.vercel.app
swift-graphql-git-main-maticzav.vercel.app
swift-graphql.com