Skip to content

Commit

Permalink
update master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
samwinebrake authored Nov 13, 2024
1 parent 0ab25bc commit 28b4a04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master

- name: Fetch latest master
run: |
git fetch origin master
git checkout master
git pull origin master
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 28b4a04

Please sign in to comment.