-
Notifications
You must be signed in to change notification settings - Fork 0
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
DrZIn-dev
committed
May 1, 2022
1 parent
3c28150
commit 4b126e5
Showing
2 changed files
with
4 additions
and
11 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 |
---|---|---|
|
@@ -105,17 +105,10 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
- run: xcrun agvtool new-marketing-version ${{ steps.get_release.outputs.tag_name }} | ||
- name: Commit changes | ||
uses: EndBug/add-and-commit@v9 | ||
- uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
committer_name: GitHub Actions | ||
committer_email: [email protected] | ||
message: 'chore(todolist): bump version to ${{ steps.get_release.outputs.tag_name }} 🚀 [skip ci]' | ||
add: '.' | ||
pull: '--rebase --autostash' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_REF: refs/heads/main | ||
branch: main | ||
commit_message: 'chore(todolist): bump version to ${{ steps.get_release.outputs.tag_name }} 🚀 [skip ci]' | ||
|
||
todo-list-publish-TestFlight: | ||
if: needs.check-file-changed.outputs.todo_list_changed == 'true' | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
# build 3 | ||
# build 4 |