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
4
.github/workflows/hugo-version-update.yml
vendored
4
.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
|
||||
|
||||
|
@ -50,4 +50,4 @@ jobs:
|
|||
[1]: https://github.com/gohugoio/hugo
|
||||
[2]: https://github.com/peter-evans/create-pull-request
|
||||
labels: dependencies, automated pr
|
||||
branch: dev
|
||||
branch: dev
|
||||
|
|
Loading…
Reference in a new issue