We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4fdd9 commit c195f58Copy full SHA for c195f58
.github/workflows/publish-winget.yml
@@ -5,8 +5,12 @@ on:
5
6
jobs:
7
publish-to-winget-pkgs:
8
- runs-on: windows-latest
+ runs-on:
9
+ group: databricks-protected-runner-group
10
+ labels: windows-server-latest
11
+
12
environment: release
13
14
steps:
15
- uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 # https://github.com/vedantmgoyal2009/winget-releaser/releases/tag/v2
16
with:
0 commit comments