Skip to content

Commit 5963f55

Browse files
authored
Merge pull request #1558 from microsoftgraph/bugfix/release-wf
- fixes reference to removed tag for github release action
2 parents be9fbec + bd69f87 commit 5963f55

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)