Skip to content

Commit 2b37a7b

Browse files
committed
Fix release workflow
1 parent c17f912 commit 2b37a7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ permissions:
77
packages: write
88

99
on:
10+
workflow_dispatch:
1011
push:
1112
tags:
12-
- "latest"
13+
- "v2"
1314

1415
jobs:
1516
build-and-publish-action:

0 commit comments

Comments
 (0)