Skip to content

Commit

Permalink
Fix error when fetching tags
Browse files Browse the repository at this point in the history
It sounds like fetch tags is not needed?

actions/checkout#1467

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed Aug 10, 2024
1 parent 77b98ec commit 9407de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-latest-8-cores
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
# with:
# fetch-tags: true

- name: Unshallow
run: git fetch --prune --tags --unshallow
Expand Down

0 comments on commit 9407de0

Please sign in to comment.