Skip to content

Commit

Permalink
fetch tags in workflow checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Nov 12, 2023
1 parent c37ef92 commit df8e405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true

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

0 comments on commit df8e405

Please sign in to comment.