Skip to content

Commit

Permalink
add trigger for cli reference action (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys authored Jul 27, 2023
1 parent c420b00 commit b98b6bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ jobs:
-f SHA256_AARCH64_LINUX_GNU=$(cat am-linux-aarch64.sha256 | awk '{print $1}') \
-f SHA256_X86_64_APPLE_DARWIN=$(cat am-macos-x86_64.sha256 | awk '{print $1}') \
-f SHA256_X86_64_LINUX_GNU=$(cat am-linux-x86_64.sha256 | awk '{print $1}')
- name: Trigger the CLI reference docs update
run: gh workflow run update_cli_reference.yml -R autometrics-dev/docs

0 comments on commit b98b6bc

Please sign in to comment.