mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
ci: actually get commit msg
This commit is contained in:
parent
d0950a7fbc
commit
396695f21c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tag-build.yml
vendored
2
.github/workflows/tag-build.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Determine Tag
|
- name: Determine Tag
|
||||||
id: s1
|
id: s1
|
||||||
run: |
|
run: |
|
||||||
version=$(echo $input | perl -nle 'm/build:\s*([0-9]+.[0-9]+.[0-9]+.[0-9]+)/; print $1');
|
version=$(echo "${{github.event.head_commit.message}}" | perl -nle 'm/build:\s*([0-9]+.[0-9]+.[0-9]+.[0-9]+)/; print $1');
|
||||||
|
|
||||||
if [ -z "$version" ];
|
if [ -z "$version" ];
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue