CI: allow slashes in branch names
This commit is contained in:
parent
35a9e59934
commit
118746921e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Replace version and timestamp
|
||||
run: |
|
||||
sed -i -e "s/{{TAG}}/$GITHUB_REF_NAME/g" ./hugo.toml
|
||||
sed -i -e "s#{{TAG}}#$GITHUB_REF_NAME#g" ./hugo.toml
|
||||
sed -i -e "s/{{COMMIT}}/$GITHUB_SHA/g" ./hugo.toml
|
||||
sed -i -e "s/show_version = false/show_version = true/g" ./hugo.toml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue