Testing persistent variable.
This commit is contained in:
parent
2a8170a924
commit
f2cf7cc1ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-dev.yaml
vendored
2
.github/workflows/release-dev.yaml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: changes
|
||||
id: changes
|
||||
run: |
|
||||
release_notes="$(git log ${LASTCOMMIT}..HEAD --pretty=format:"* %h: %s")"
|
||||
release_notes="$(git log ${{ env.LASTCOMMIT }}..HEAD --pretty=format:"* %h: %s")"
|
||||
echo "::set-output name=changes::$(echo ${release_notes} | wc -l)"
|
||||
echo "::set-output name=release_notes::${release_notes}"
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Reference in a new issue