Skip to content

Commit

Permalink
Don't touch tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 1, 2022
1 parent 4f0f3b9 commit fb4b5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "BV_PART=patch" >> $GITHUB_ENV
fi
- name: Checkout repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v2.2.0
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0
Expand Down

0 comments on commit fb4b5b2

Please sign in to comment.