Skip to content

Commit

Permalink
Merge pull request #65 from edges-collab/enable-bump-tags
Browse files Browse the repository at this point in the history
fix: try checkout v1
  • Loading branch information
steven-murray committed Jul 10, 2021
2 parents cc3d39b + 6f003bf commit 9b78f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
bump-version-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
# Ensure full history is gotten.
with:
fetch-depth: 0
persist-credentials: false
# persist-credentials: false
- name: Bump version and push tag
uses: mathieudutour/github-tag-action@v5.5
with:
Expand Down

0 comments on commit 9b78f75

Please sign in to comment.