mirror of https://github.com/databricks/cli.git
Define goreleaser job output (#861)
## Changes Define goreleaser job output
This commit is contained in:
parent
420a01e67f
commit
bb92e0c0f0
|
@ -9,6 +9,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
goreleaser:
|
goreleaser:
|
||||||
|
outputs:
|
||||||
|
artifacts: ${{ steps.releaser.outputs.artifacts }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository and submodules
|
- name: Checkout repository and submodules
|
||||||
|
@ -23,6 +25,7 @@ jobs:
|
||||||
go-version: 1.21.0
|
go-version: 1.21.0
|
||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
|
id: releaser
|
||||||
uses: goreleaser/goreleaser-action@v4
|
uses: goreleaser/goreleaser-action@v4
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
Loading…
Reference in New Issue