We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d37a6 commit 850eb92Copy full SHA for 850eb92
1 file changed
.github/workflows/main.yml
@@ -73,7 +73,7 @@ jobs:
73
name: Publish
74
env:
75
ARTIFACTORY_API_KEY: ${{ secrets.ARTIFACTORY_API_KEY }}
76
- if: github.event_name == 'push'
+ if: github.event_name == 'push' || startsWith(github.ref, 'refs/tags/v')
77
78
- uses: actions/upload-artifact@v7
79
with:
0 commit comments