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

Commit c6b5074

Browse files
authored
Fix/release pipeline (#156)
* Fix release pipeline
1 parent 150f98c commit c6b5074

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-cli.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v3
3030
with:
31-
submodules: true
3231
ref: ${{github.event.inputs.tag || ''}}
3332
- name: Setup .NET Core SDK 6
3433
uses: actions/setup-dotnet@v2
@@ -57,7 +56,8 @@ jobs:
5756
gh release upload ${{env.PACKAGE_VERSION}} ${{env.OUTPUT_DIR}}/${{format(env.PACKAGE_ZIP_TEMPLATE, matrix.rid, steps.get-version.outputs.version)}} --clobber
5857
env:
5958
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
- name: Sign binaries
61-
uses: ${{github.repository}}/.github/workflows/sign-binary.yml@${{github.event.inputs.tag || github.ref_name || 'main'}}
62-
with:
63-
tag: ${{github.event.inputs.tag || github.ref_name}}
59+
sign:
60+
name: Sign binaries
61+
uses: ./.github/workflows/sign-binary.yml@8ee85301ee883824d6b7b7937d8ecced2db01df3
62+
with:
63+
tag: ${{github.event.inputs.tag || github.ref_name}}

0 commit comments

Comments
 (0)