Skip to content

Commit

Permalink
ci: revert goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyecusch authored Feb 20, 2024
1 parent 957c06f commit 2b236ec
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ jobs:
with:
fetch-depth: 0

- run: git fetch --force --tags

- uses: actions/setup-go@v3
with:
go-version: 1.22

- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
args: release --clean
version: 1.18
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.NITRIC_BOT_TOKEN }}

0 comments on commit 2b236ec

Please sign in to comment.