Skip to content

Commit 8544c91

Browse files
committed
change workflow name and fix pattern
1 parent 940f395 commit 8544c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Maven Package and Release
1+
name: Gradle Release
22
on:
33
push:
44
tags:
@@ -32,7 +32,7 @@ jobs:
3232
- uses: frabert/replace-string-action@v1.2
3333
id: get_name
3434
with:
35-
pattern: 'v(.+)'
35+
pattern: '.+v(.+)'
3636
string: ${{ github.ref }}
3737
replace-with: 'ticktock-$1.jar'
3838
- name: Upload Release Asset

0 commit comments

Comments
 (0)