Skip to content

Commit

Permalink
Merge pull request #1558 from microsoftgraph/bugfix/release-wf
Browse files Browse the repository at this point in the history
- fixes reference to removed tag for github release action
  • Loading branch information
baywet authored Apr 2, 2024
2 parents be9fbec + bd69f87 commit 5963f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
tag: ${{ steps.GetVersion.outputs.tag }}
- name: Queue Git Release
uses: benc-uk/workflow-dispatch@v121
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Git Release
token: ${{ secrets.PERSONAL_TOKEN }}
Expand Down

0 comments on commit 5963f55

Please sign in to comment.