Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Helewski committed Jan 14, 2020
1 parent 663db4c commit 128cdf7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/beta_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
-
name: checkout
uses: actions/checkout@master
-
-
name: setup go
uses: actions/setup-go@v1
with:
go-version: '1.12'
-
-
name: dependencies
run: |
go mod download
Expand All @@ -30,16 +30,16 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.docker_password }}
run: |
echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin
-
-
name: make test
run: |
export GOPATH=/home/runner/go
export PATH="$PATH:$GOPATH/bin"
make test
-
name: beta release
uses: goreleaser/goreleaser-action@v1
with:
args: release --skip-validate --config=.beta-goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.goreleaser }}
name: beta release
uses: goreleaser/goreleaser-action@v1
with:
args: release --skip-validate --config=.beta-goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.goreleaser }}

0 comments on commit 128cdf7

Please sign in to comment.