We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5863fb commit 4392cc8Copy full SHA for 4392cc8
.github/workflows/release.yml
@@ -94,8 +94,7 @@ jobs:
94
VersionSuffix: ${{ steps.build.outputs.app_version_suffix }}
95
96
- name: Sign packages
97
- uses: NetOfficeFw/build-actions/.github/workflows/trusted-sign-nuget.yml@main
98
- secrets: inherit
+ uses: NetOfficeFw/build-actions@main
99
with:
100
nupkg-path: '**/*.nupkg'
101
trusted-signing-file: '.\Source\trusted-signing.json'
0 commit comments