Skip to content

Commit 6bc19a4

Browse files
authored
Update release.yml
1 parent 112bb88 commit 6bc19a4

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Test
2626
run: dotnet test --configuration Release /p:Version=${{env.VERSION}} --no-build
2727
- name: Pack
28-
run: dotnet pack --configuration Release /p:Version=${{env.VERSION}} --no-build --output .
28+
run: dotnet pack --configuration Release /p:Version=${{env.VERSION}} --output .
2929
- name: Push
3030
run: |
3131
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

Comments
 (0)