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 ad24ce8 commit fc919f5Copy full SHA for fc919f5
1 file changed
actions/release/plan/action.yml
@@ -77,6 +77,7 @@ runs:
77
PLANNED_RELEASE_NAME: ${{ steps.release-drafter.outputs.name }}
78
PLANNED_RELEASE_TAG: ${{ steps.release-drafter.outputs.tag_name }}
79
with:
80
+ github-token: ${{ inputs.github-token }}
81
script: |
82
const assertTagDoesNotExist = async releaseTag => {
83
const remoteTag = await exec.getExecOutput(
0 commit comments