Skip to content

Commit

Permalink
Merge pull request #76 from auth0/feature/interactivity-actions
Browse files Browse the repository at this point in the history
[A0CLI-38] feat: interactive prompts for actions
  • Loading branch information
Widcket authored Jan 27, 2021
2 parents 0aa048a + ad18144 commit 2a8b23f
Show file tree
Hide file tree
Showing 8 changed files with 331 additions and 114 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
id: go

- name: Check out code into the Go module directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Go 1.14
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1.3.1
uses: goreleaser/goreleaser-action@v2.4.1
with:
version: latest
args: release --rm-dist
Expand Down
Loading

0 comments on commit 2a8b23f

Please sign in to comment.