Skip to content

Commit

Permalink
Update build-release.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Apr 2, 2021
1 parent c78761d commit fa8621b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Commit files
id: commit
if: steps.check_update.outputs.changed == '1'
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand All @@ -53,7 +54,7 @@ jobs:
SHA: ${{ steps.commit.outputs.sha }}

- name: Create Tag
if: env.DRY_RUN == 'false' && steps.check_update.outputs.changed == '1'
if: steps.check_update.outputs.changed == '1'
run: git tag ${{ env.GIT_TAG }}

- name: Push changes
Expand Down

0 comments on commit fa8621b

Please sign in to comment.