Skip to content

Commit

Permalink
fix: fetch tags in next step
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel authored Feb 1, 2024
1 parent 3e7b17b commit 5175fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-tags: true
- name: Fetch tags # fetch-tags does not work
run: git fetch --prune --unshallow --tags

- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 5175fe3

Please sign in to comment.