Skip to content

Commit 345c7fa

Browse files
committed
use cli_release_tag
1 parent 172e7c3 commit 345c7fa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
# Set the outputs for subsequent steps.
3131
echo "GIT_NAME=$git_name" >> $GITHUB_OUTPUT
3232
echo "GIT_EMAIL=$git_email" >> $GITHUB_OUTPUT
33-
34-
BRANCH_NAME="cli-update-docs-${{ github.ref_name }}"
35-
echo "BRANCH_NAME=${BRANCH_NAME%/merge}" >> $GITHUB_OUTPUT
3633
3734
- name: Generate token
3835
id: generate_token
@@ -51,7 +48,7 @@ jobs:
5148
gh workflow run update-cli-docs.yml \
5249
-R temporalio/documentation \
5350
-r cli-docs-autoupdate \
54-
-f cli_branch="${{ steps.get_user.outputs.BRANCH_NAME }}" \
51+
-f cli_release_tag="${{ github.ref_name }}" \
5552
-f commit_author="${{ steps.get_user.outputs.GIT_NAME }}" \
5653
-f commit_author_email="${{ steps.get_user.outputs.GIT_EMAIL }}" \
5754
-f commit_message="Update CLI docs for release ${{ github.ref_name }}"

0 commit comments

Comments
 (0)