Merge pull request #249 from fewtarius/dev
Hopefully fix the no changes bug.
This commit is contained in:
commit
f14e8e7ff4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-dev.yaml
vendored
4
.github/workflows/release-dev.yaml
vendored
|
@ -42,8 +42,8 @@ jobs:
|
|||
release_notes="${release_notes//'%'/'%25'}"
|
||||
release_notes="${release_notes//$'\n'/'%0A'}"
|
||||
release_notes="${release_notes//$'\r'/'%0D'}"
|
||||
echo "::set-output name=changes::$(echo ${release_notes} | wc -l)"
|
||||
echo "::set-output name=release_notes::${release_notes}"
|
||||
echo ::set-output name=changes::$(echo ${release_notes} | wc -l)
|
||||
echo ::set-output name=release_notes::${release_notes}
|
||||
- name: Get date for artifacts
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d%H%M')"
|
||||
|
|
Loading…
Reference in a new issue