Update publish.yml

This commit is contained in:
Oleksandr Balan
2022-08-23 23:31:52 +02:00
committed by GitHub
parent 9f50a256e9
commit c6a9df9738

View File

@@ -6,7 +6,7 @@ name: Publish To Maven Central
on:
# Triggers the workflow when tag is pushed
push:
tags: .*
tags: v.*
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: