We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ac7f7 commit cd613c6Copy full SHA for cd613c6
.github/workflows/draft-new-release.yml
@@ -87,7 +87,7 @@ jobs:
87
echo "CURRENT_VERSION_VALUE=$current_version" >> $GITHUB_ENV
88
echo "NEW_VERSION_VALUE=$new_version" >> $GITHUB_ENV
89
90
- - name: Create Release Branch via GitHub API
+ - name: Create Release Branch
91
env:
92
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
93
RELEASE_BRANCH_NAME: ${{ steps.create-release.outputs.branch_name }}
0 commit comments