mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
⬆️ 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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user