Skip to content

Commit d3c0594

Browse files
committed
Add condition to nuget push step
1 parent ce1e998 commit d3c0594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./Build.ps1
2626
shell: pwsh
2727
- name: Push to NuGet
28-
if: github.ref == 'refs/heads/main'
28+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
2929
env:
3030
NUGET_URL: https://api.nuget.org/v3/index.json
3131
NUGET_API_KEY: ${{ secrets.NUGET_FRAKTALIO_CI_API_KEY }}

0 commit comments

Comments
 (0)