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 112bb88 commit 6bc19a4Copy full SHA for 6bc19a4
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Test
26
run: dotnet test --configuration Release /p:Version=${{env.VERSION}} --no-build
27
- name: Pack
28
- run: dotnet pack --configuration Release /p:Version=${{env.VERSION}} --no-build --output .
+ run: dotnet pack --configuration Release /p:Version=${{env.VERSION}} --output .
29
- name: Push
30
run: |
31
dotnet nuget push Geta.Optimizely.Tags.${{env.VERSION}}.nupkg --source https://nuget.pkg.github.com/Geta/index.json --api-key ${{env.GITHUB_TOKEN}}
0 commit comments