Skip to content

Commit

Permalink
:q::Merge branch 'master' of https://github.com/verchol/kubecli
Browse files Browse the repository at this point in the history
  • Loading branch information
verchol committed Mar 18, 2020
2 parents 2b70fa1 + 1f66c45 commit a74772d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Go
on: [push]
jobs:

build:
name: Build
runs-on: ubuntu-latest
env:
working-directory: ./
steps:

- name: Set up Go 1.13
Expand All @@ -16,11 +17,5 @@ jobs:
- name: GoReleaser Action
uses: goreleaser/[email protected]
with:
# GoReleaser version. Example: v0.118.0
version: # optional, default is latest
# Arguments to pass to GoReleaser
args: # optional
# Private key to import
key: # optional
# Working directory (below repository root)
workdir: # optional, default is .
workdir : ${{env.working-directory}}

0 comments on commit a74772d

Please sign in to comment.