Skip to content

Commit 06368b3

Browse files
committed
Add workflow_dispatch trigger to release workflow
1 parent c1045ab commit 06368b3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: write
711

812
jobs:
913
release:
10-
permissions:
11-
contents: write
1214
runs-on: ubuntu-latest
1315

1416
steps:

0 commit comments

Comments
 (0)