Skip to content

Commit

Permalink
lock goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoodman committed Nov 20, 2019
1 parent ba7b39c commit ba307fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on: [ push ]
env:
DOCKER_CLI_VERSION: "19.03.1"
jobs:
# This will run on merge to master, and for PRs with folks that also are part of the GHA beta.
# Circle ci will also run for redundancy until GHA is out of beta, since circle checks will always run.
unit-test:
strategy:
matrix:
Expand Down Expand Up @@ -168,7 +166,7 @@ jobs:
- name: Publish GitHub release
uses: goreleaser/goreleaser-action@v1
with:
version: latest
version: "v0.123.0"
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ba307fb

Please sign in to comment.