Skip to content

Commit

Permalink
fix: get tags in a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 24, 2023
1 parent 5cf0644 commit 1cacacd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/guix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
path: dash

- name: Get tags
run: git fetch --tags origin

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 1cacacd

Please sign in to comment.