Skip to content

Commit 850eb92

Browse files
committed
publish on tags
1 parent b3d37a6 commit 850eb92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name: Publish
7474
env:
7575
ARTIFACTORY_API_KEY: ${{ secrets.ARTIFACTORY_API_KEY }}
76-
if: github.event_name == 'push'
76+
if: github.event_name == 'push' || startsWith(github.ref, 'refs/tags/v')
7777

7878
- uses: actions/upload-artifact@v7
7979
with:

0 commit comments

Comments
 (0)