mirror of
https://github.com/clangd/clangd.git
synced 2025-09-05 13:31:42 +00:00
Set the release trigger to released
This commit is contained in:
parent
67c6bea3a0
commit
d484cf6d0c
3
.github/workflows/winget.yml
vendored
3
.github/workflows/winget.yml
vendored
@ -2,7 +2,7 @@ name: Publish on Windows Package Manager
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag_name:
|
||||
@ -13,7 +13,6 @@ jobs:
|
||||
publish-winget:
|
||||
name: Publish
|
||||
runs-on: windows-latest
|
||||
if: github.event_name == 'workflow_dispatch' || github.event_name == 'release' && !github.event.release.prerelease
|
||||
steps:
|
||||
- name: Configure parameters
|
||||
id: params
|
||||
|
Loading…
Reference in New Issue
Block a user