Skip to content

Commit

Permalink
git fetch in bump version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Oct 9, 2024
1 parent 089a0fe commit 907760d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
git config user.email "dev@prosopo.io"
# checkout the src branch
git fetch --all
git checkout ${{ github.event.inputs.src }}
INTERIM="${{ github.event.inputs.interim}}"
Expand Down

0 comments on commit 907760d

Please sign in to comment.