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

Commit ccc4bcb

Browse files
committed
Fix pipeline error
1 parent c6b5074 commit ccc4bcb

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)