Skip to content

Commit 7631285

Browse files
committed
fix some bugs
1 parent 1defe17 commit 7631285

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Publish package to GitHub Packages
22
on:
33
push:
4-
tag:
5-
- 'v**'
6-
- 'V**'
4+
tags:
5+
- v**
6+
- V**
7+
- beta**
8+
- test**
79
jobs:
810
publish:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)