Skip to content

Commit 24c9db0

Browse files
minor refactoring
1 parent 133d744 commit 24c9db0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish_release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Publish Release
22

33
on:
44
push:
5-
tags:
6-
- ['v[0-9]+\.[0-9]+\.[0-9]+.*']
5+
tags: ['v[0-9]+\.[0-9]+\.[0-9]+.*']
76
branches:
87
- develop
98

@@ -19,7 +18,7 @@ jobs:
1918
id: semver
2019
run: |
2120
set -x
22-
echo "TAG="${{ github.ref ]}"
21+
echo "TAG="${{ github.ref_name ]}"
2322
2423
create-release:
2524
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)