We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393014e commit bc27db8Copy full SHA for bc27db8
.github/workflows/build.yml
@@ -101,5 +101,5 @@ jobs:
101
# Publish CI releases to GitHub packages
102
if: ${{ !startsWith(github.ref, 'refs/tags/release/') }}
103
run: |
104
- dotnet nuget add source https://nuget.pkg.github.com/couchbaselabs/index.json --name github --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}
+ dotnet nuget add source https://nuget.pkg.github.com/couchbaselabs/index.json --name github --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
105
dotnet nuget push artifacts/package/release/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source github
0 commit comments