Skip to content

Commit 5afd185

Browse files
Update build-and-publish.yml
1 parent bf16ff9 commit 5afd185

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,10 @@ jobs:
111111
uses: rickstaa/[email protected]
112112
with:
113113
tag: ${{ steps.GetVersion.outputs.tag }}
114+
- name: Queue Git Release
115+
uses: benc-uk/workflow-dispatch@v1
116+
with:
117+
workflow: Git Release
118+
token: ${{ secrets.PERSONAL_TOKEN }}
119+
114120

0 commit comments

Comments
 (0)