summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2019-11-20 11:43:17 -0800
committerAlex Goodman <wagoodman@gmail.com>2019-11-20 11:45:17 -0800
commitba307fb811bdba7f7dbe0922950df1423aa82710 (patch)
tree9d43b3bb2cdb9fe3ff2bc6d72e85080472f03fa8
parentba7b39c52f6022e61f0eb1be94a9a23ea4647fe7 (diff)
lock goreleaser version
-rw-r--r--.github/workflows/pipeline.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml
index b052e15..ab11718 100644
--- a/.github/workflows/pipeline.yml
+++ b/.github/workflows/pipeline.yml
@@ -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:
@@ -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 }}