Skip to content

Commit ca01839

Browse files
committed
use hard coded release tag for testing
1 parent 345c7fa commit ca01839

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
owner: ${{ github.repository_owner }}
4141
repositories: documentation # generate a token with permissions to trigger GHA in documentation repo
4242

43-
# TODO: change this to main once docs side PR lands in main
43+
# TODO: change this to cli_release_tag="${{ github.ref_name }}" \ before merging these changes
4444
- name: Trigger Documentation Workflow
4545
env:
4646
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
4747
run: |
4848
gh workflow run update-cli-docs.yml \
4949
-R temporalio/documentation \
5050
-r cli-docs-autoupdate \
51-
-f cli_release_tag="${{ github.ref_name }}" \
51+
-f cli_release_tag="v1.3.0" \
5252
-f commit_author="${{ steps.get_user.outputs.GIT_NAME }}" \
5353
-f commit_author_email="${{ steps.get_user.outputs.GIT_EMAIL }}" \
5454
-f commit_message="Update CLI docs for release ${{ github.ref_name }}"

0 commit comments

Comments
 (0)