We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8427afd commit c1b33caCopy full SHA for c1b33ca
.github/workflows/docker-build.yml
@@ -452,9 +452,9 @@ jobs:
452
prev_release=$(echo $(curl -sL https://api.github.com/repos/someengineering/resoto/releases/latest) | jq -r '.tag_name')
453
year=$(date +'%Y')
454
date=$(date +'%m-%d')
455
- dir="resoto.com/news/${year}"
+ dir="resoto.com/news/${year}/${date}-${tags[0]}"
456
mkdir -p $dir
457
- file="${dir}/${date}-${tags[0]}/index.md"
+ file="${dir}/index.md"
458
python tools/release_notes.py ${prev_release} ${tags[0]} > $file
459
echo ::set-output name=file::$file
460
link="/news/$(date +'%Y/%m/%d')/${tags[0]}"
0 commit comments