Skip to content

Commit

Permalink
fix releases
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Mar 23, 2024
1 parent 6367909 commit b12ec01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
args: --out-format "github-actions,colored-line-number"
version: v1.57.1

publish:
name: Publish package
Expand Down Expand Up @@ -117,7 +118,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: v1.57.1
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b12ec01

Please sign in to comment.