Skip to content

Commit

Permalink
workflow のアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
tshion committed Apr 15, 2024
1 parent 13b3a48 commit 4671f88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-git-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
run: |
ruby scripts/set-version.rb ${{ steps.app-version.outputs.version-name }}
- name: Setup git settings
- name: Set up git settings
if: ${{ steps.app-version.outputs.version-name != '' }}
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "GitHub Actions"
uses: ./.github/actions/setup-git-with-github-actions-bot

- name: Git push
if: ${{ steps.app-version.outputs.version-name != '' }}
Expand Down

0 comments on commit 4671f88

Please sign in to comment.