Skip to content

Commit 5bf6fa6

Browse files
committed
Force for 1.x
1 parent 778a228 commit 5bf6fa6

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
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
NUGET_KEY: ${{ secrets.NUGET_APIKEY }}
5959
run: |
60-
Publish-Module -Path /tmp/artifacts/SecretManagement.Hashicorp.Vault.KV -NuGetApiKey $env:NUGET_KEY
60+
Publish-Module -Path /tmp/artifacts/SecretManagement.Hashicorp.Vault.KV -NuGetApiKey $env:NUGET_KEY -Force
6161
# Need to figure out tagging in pipeline first
6262
# - name: "Release"
6363
# uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)