Skip to content

Commit

Permalink
Increase fetch depth so that all tags are fetched
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Aug 25, 2023
1 parent 3352cc1 commit be4e47e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghcr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.16.x
go-version: 1.16

- name: Test and Build
run: make all
Expand Down

0 comments on commit be4e47e

Please sign in to comment.