Skip to content

Commit

Permalink
fix: Update CD.yaml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyHenriquez committed May 24, 2024
1 parent d7e09ae commit 9824351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: "semver"
args: release --clean
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 9824351

Please sign in to comment.