Skip to content

Commit bd69f87

Browse files
committed
- fixes reference to removed tag for github release action
Signed-off-by: Vincent Biret <[email protected]>
1 parent be9fbec commit bd69f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
tag: ${{ steps.GetVersion.outputs.tag }}
113113
- name: Queue Git Release
114-
uses: benc-uk/workflow-dispatch@v121
114+
uses: benc-uk/workflow-dispatch@v1
115115
with:
116116
workflow: Git Release
117117
token: ${{ secrets.PERSONAL_TOKEN }}

0 commit comments

Comments
 (0)