mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
ci: replace deprecated command with env file (#698)
This commit is contained in:
parent
6fec19aa8c
commit
c7e546ab54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -125,7 +125,7 @@ jobs:
|
||||||
| tail +12 \
|
| tail +12 \
|
||||||
| sed -e 's/^\+//' \
|
| sed -e 's/^\+//' \
|
||||||
| sed -z 's/\n/%0A/g;s/\r/%0D/g')"
|
| sed -z 's/\n/%0A/g;s/\r/%0D/g')"
|
||||||
echo "::set-output name=changelog::${changelog}"
|
echo "changelog=${changelog}" >> $GITHUB_OUTPUT
|
||||||
- name: Publish release
|
- name: Publish release
|
||||||
run: git push --follow-tags
|
run: git push --follow-tags
|
||||||
- name: Publish GitHub release
|
- name: Publish GitHub release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue