Update publish.yml

This commit is contained in:
Oleksandr Balan
2022-08-23 23:34:10 +02:00
committed by GitHub
parent c6a9df9738
commit 02a26aa7bb

View File

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