Skip to content

Commit

Permalink
Git fetch 2
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 19, 2024
1 parent e71d95b commit b70c2b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +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: "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 b70c2b8

Please sign in to comment.