Skip to content

Commit

Permalink
[build] Release Staging workflow automatically runs Update Documentat…
Browse files Browse the repository at this point in the history
…ion workflow
  • Loading branch information
titusfortner committed Jun 24, 2024
1 parent 4ec3e7a commit 0770acd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/stage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ jobs:
generate_release_notes: true
prerelease: false
files: build/dist/*.*

update-documentation:
needs: github-release
uses: ./.github/workflows/update-documentation.yml
with:
tag: selenium-${{ needs.github-release.outputs.version }}
6 changes: 6 additions & 0 deletions .github/workflows/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
required: true
type: string

workflow_call:
inputs:
tag:
required: true
type: string

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 0770acd

Please sign in to comment.