Skip to content

Commit

Permalink
Git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 19, 2024
1 parent d3a2512 commit e71d95b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
run: |
echo matrix.platform: ${{ matrix.platform }}
echo matrix.python: ${{ matrix.python }}
- name: Git fetch
uses: actions/checkout@v3
run: git fetch --prune --unshallow
- name: Get Version Number new
run: |
branchname=$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit e71d95b

Please sign in to comment.