Skip to content

Commit

Permalink
git fetch in bump version workflow (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Oct 9, 2024
1 parent 089a0fe commit 7dc8eb7
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 7dc8eb7

Please sign in to comment.