Skip to content

Commit

Permalink
Merge pull request #100 from go-kivik/release
Browse files Browse the repository at this point in the history
Tag specific goreleaser version
  • Loading branch information
flimzy committed May 5, 2023
2 parents a96950c + 60e23f9 commit e445599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ go-rc:
release-test:
stage: test
image:
name: goreleaser/goreleaser:latest
name: goreleaser/goreleaser:v1.18.1
entrypoint: [""]
script:
- goreleaser check

release:
stage: release
image:
name: goreleaser/goreleaser:latest
name: goreleaser/goreleaser:v1.18.1
entrypoint: [""]
script:
- goreleaser
Expand Down

0 comments on commit e445599

Please sign in to comment.