mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Update hugo-version-update.yml
This commit is contained in:
parent
fbe67c9978
commit
2134b2fd01
1 changed files with 2 additions and 2 deletions
2
.github/workflows/hugo-version-update.yml
vendored
2
.github/workflows/hugo-version-update.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
if: steps.git-check.outputs.modified == 'true'
|
||||
run: |
|
||||
cat release-versions/hugo-latest.txt | \
|
||||
while read version; do sed -i '' -E "s/(max = \")[0-9]+\.[0-9]+\.[0-9]+(\")/\1${version#v}\2/g" config.toml |
|
||||
while read version; do sed -i '' -E "s/(max = \")[0-9]+\.[0-9]+\.[0-9]+(\")/\1${version#v}\2/g" config.toml | \
|
||||
release_tag=$(cat release-versions/hugo-latest.txt) | \
|
||||
echo "release_tag=$release_tag" >> $GITHUB_OUTPUT
|
||||
|
||||
|
|
Loading…
Reference in a new issue