Skip to content

Commit

Permalink
fix: Fetch tags when creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
durandj committed May 4, 2023
1 parent aac2a23 commit b06847c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
go-version: "1.20"
- uses: actions/checkout@v3
- run: git fetch --force --tags
- uses: go-semantic-release/action@v1
id: semrel
with:
Expand Down

0 comments on commit b06847c

Please sign in to comment.