Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 20, 2024
1 parent 2ec7304 commit 7eaf121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "new_version=$new_version" >> $GITHUB_ENV
- name: Create Git Tag
if: ${{ github.event.inputs.dry_run }}
if: ${{ github.event.inputs.dry_run == 'false' }}
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 7eaf121

Please sign in to comment.