We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183fab5 commit 37c7d1aCopy full SHA for 37c7d1a
1 file changed
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
run: dotnet nuget push ./*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
67
68
publish-nuget-org:
69
- if: github.ref_name == 'main'
+ if: github.ref_name == 'main' || startsWith(github.ref, 'refs/tags/')
70
runs-on: ubuntu-latest
71
needs: [build, publish-github-package]
72
steps:
0 commit comments