mirror of https://github.com/databricks/cli.git
17 lines
514 B
YAML
17 lines
514 B
YAML
name: publish-winget
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
publish-to-winget-pkgs:
|
|
runs-on: windows-latest
|
|
environment: release
|
|
steps:
|
|
- uses: vedantmgoyal2009/winget-releaser@0db4f0a478166abd0fa438c631849f0b8dcfb99f # Latest commit on June 27, 2024
|
|
with:
|
|
identifier: Databricks.DatabricksCLI
|
|
installers-regex: 'windows_.*-signed\.zip$' # Only signed Windows releases
|
|
token: ${{ secrets.ENG_DEV_ECOSYSTEM_BOT_TOKEN }}
|
|
fork-user: eng-dev-ecosystem-bot
|