⬆️ Remove backward compatibility for set-output

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
Lars Gohr
2022-11-30 20:54:30 +01:00
parent 742a180fa4
commit ac21f5d46d
6 changed files with 20 additions and 47 deletions

View File

@@ -87,5 +87,5 @@ jobs:
run: |
git config --global user.email "no_reply@gohr.digital"
git config --global user.name "Release Bot"
git tag -fa v4 -m "Update v4 tag"
git push origin v4 --force
git tag -fa v5 -m "Update v5 tag"
git push origin v5 --force