Skip to content

Commit 3cd2f0d

Browse files
committed
fix for release workflow
1 parent 632258a commit 3cd2f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: chmod +x ./Tests/VaultSharp.Extensions.Configuration.Test/approle.sh && chmod +x ./Tests/VaultSharp.Extensions.Configuration.Test/approle_nolist.sh
3030
shell: bash
3131
- name: 'Publish'
32-
run: make Publish
32+
run: make Push
3333
env:
3434
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
3535
shell: pwsh

0 commit comments

Comments
 (0)