Skip to content

Commit 8b8ddeb

Browse files
committed
TO-DROP: hard code tag
1 parent 41dbc82 commit 8b8ddeb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-winget.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
release:
44
types: [released]
55

6+
push:
7+
68
workflow_dispatch:
79
inputs:
810
tag:
@@ -13,7 +15,7 @@ permissions:
1315
id-token: write # required for Azure login via OIDC
1416

1517
env:
16-
TAG_NAME: ${{ github.event.inputs.tag }}
18+
TAG_NAME: v2.49.0.vfs.0.2
1719

1820
jobs:
1921
release:

0 commit comments

Comments
 (0)