Skip to content

Commit

Permalink
chore(todolist): test cd
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZIn-dev committed May 1, 2022
1 parent 3c28150 commit 4b126e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/produciton-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion todolist/Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# build 3
# build 4

0 comments on commit 4b126e5

Please sign in to comment.