HyP3 SDK v5.0.0 #25
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notify Downstream of New Release | |
on: | |
release: | |
types: | |
- released | |
jobs: | |
update-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Bump SDK version in HyP3 docs | |
uses: benc-uk/[email protected] | |
with: | |
workflow: update_sdk_version.yml | |
token: ${{ secrets.TOOLS_BOT_PAK }} | |
repo: ASFHyP3/hyp3-docs | |
ref: main | |
inputs: '{"sdk_version": "${{ github.event.release.tag_name }}"}' |