Skip to content

Commit

Permalink
CI: Remove tag fetch step
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Aug 25, 2024
1 parent db89038 commit 2047fbf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

# Required for automatic versioning
# See https://github.com/actions/checkout/issues/1781
- name: Fetch all tags
run: |
git fetch --tags --force
git describe --always ${{ github.ref }}
fetch-depth: 0 # Required for automatic versioning

- name: Set up Python 3.8
uses: actions/[email protected]
Expand Down

0 comments on commit 2047fbf

Please sign in to comment.