Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 49483dc

Browse files
authored
Merge pull request #157 from microsoftgraph/fix/pipeline_error
Fix pipeline error
2 parents c6b5074 + ccc4bcb commit 49483dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
sign:
6060
name: Sign binaries
61-
uses: ./.github/workflows/sign-binary.yml@8ee85301ee883824d6b7b7937d8ecced2db01df3
61+
uses: ./.github/workflows/sign-binary.yml
6262
with:
6363
tag: ${{github.event.inputs.tag || github.ref_name}}

0 commit comments

Comments
 (0)