CI: allow slashes in branch names

This commit is contained in:
Xiretza 2025-02-04 23:45:46 +00:00
parent 35a9e59934
commit 118746921e

View file

@ -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