mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +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
|
||||
id: s1
|
||||
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" ];
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue