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:
|
||||
goreleaser:
|
||||
outputs:
|
||||
artifacts: ${{ steps.releaser.outputs.artifacts }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository and submodules
|
||||
|
@ -23,6 +25,7 @@ jobs:
|
|||
go-version: 1.21.0
|
||||
|
||||
- name: Run GoReleaser
|
||||
id: releaser
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
version: latest
|
||||
|
|
Loading…
Reference in New Issue