Skip to content

Commit

Permalink
fix: Trying to move tag fetching after semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
durandj committed May 4, 2023
1 parent b06847c commit 6223622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
with:
go-version: "1.20"
- uses: actions/checkout@v3
- run: git fetch --force --tags
- uses: go-semantic-release/action@v1
id: semrel
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: git fetch --force --tags
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
Expand Down

0 comments on commit 6223622

Please sign in to comment.