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.
2 parents 7374708 + 45f7d94 commit 1186d92Copy full SHA for 1186d92
.github/workflows/release.yml
@@ -85,8 +85,7 @@ jobs:
85
generate_release_notes: false
86
tag_name: ${{ steps.tag.outputs.tag }}
87
target_commitish: ${{ steps.release-commit.outputs.sha || github.sha }}
88
- env:
89
- GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
+ token: ${{ steps.app-token.outputs.token }}
90
91
- name: Get current branch
92
run: echo "CURRENT_BRANCH=$(git branch --show-current)" >> $GITHUB_ENV
0 commit comments