Skip to content

Commit 4392cc8

Browse files
committed
Use action
1 parent d5863fb commit 4392cc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ jobs:
9494
VersionSuffix: ${{ steps.build.outputs.app_version_suffix }}
9595

9696
- name: Sign packages
97-
uses: NetOfficeFw/build-actions/.github/workflows/trusted-sign-nuget.yml@main
98-
secrets: inherit
97+
uses: NetOfficeFw/build-actions@main
9998
with:
10099
nupkg-path: '**/*.nupkg'
101100
trusted-signing-file: '.\Source\trusted-signing.json'

0 commit comments

Comments
 (0)