fix: winget release

This commit is contained in:
lencx
2023-01-07 14:53:18 +08:00
parent fc74ce30ed
commit d7ab912917
2 changed files with 5 additions and 23 deletions

View File

@@ -2,9 +2,11 @@ name: Release CI
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
branches:
- dev
# # Sequence of patterns matched against refs/tags
# tags:
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
create-release: