Skip to content

Commit

Permalink
Fix git config so it is after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
danpolanco committed Sep 26, 2024
1 parent 2dbabfb commit 51791e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
permissions:
contents: write
steps:
- name: git config set up
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: git config set up
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: bump version with tag-action but dry run
id: tag_action_dry_run
uses: anothrNick/github-tag-action@v1
Expand Down

0 comments on commit 51791e1

Please sign in to comment.