Skip to content

Commit ff85409

Browse files
committed
make sure release is disabled (for testing)
1 parent 8e3b3a5 commit ff85409

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,3 @@ jobs:
3838
run: |
3939
dotnet pack --configuration Release --no-build
4040
41-
- name: Publish to Nuget
42-
if: ${{ steps.release.outputs.releases_created == 'true' }}
43-
run: |
44-
dotnet nuget push src/CloudBees.OpenFeature.Provider/bin/Release/CloudBees.OpenFeature.Provider.${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.nupkg `
45-
--api-key ${{secrets.NUGET_TOKEN}} `
46-
--source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)