Skip to content

Commit 7acb9f1

Browse files
committed
fix: publish beta packages to nuget
1 parent 3925ac3 commit 7acb9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
run: dotnet test /property:Configuration=Release --no-restore --no-build --verbosity normal
4444

4545
- name: Publish
46-
if: startsWith(github.ref, 'refs/heads/main')
46+
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/beta')
4747
run: dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 commit comments

Comments
 (0)