We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ad7ae commit b9355dcCopy full SHA for b9355dc
.github/workflows/draft-new-release.yaml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
62
git commit -sa -m "Prepare release ${{ env.NEW }}"
63
- echo "::set-output name=commit::$(git rev-parse HEAD)"
+ echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
64
- name: Push new branch
65
run: git push origin release/${{ env.NEW }}
66
0 commit comments