Skip to content

Commit

Permalink
ci: trigger regen builds on release (#13969)
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored Jan 20, 2024
1 parent f83062b commit 46a7b6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/regen-builds.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Regen Builds
on:
release:
types: [published, released]
workflow_run:
workflows: [Build]
types: [completed]
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,9 @@ jobs:
git add package-lock.json
git commit -m "chore(release): bump version"
git push
- name: Regen Builds
uses: peter-evans/repository-dispatch@v2
with:
event-type: regen-builds
repository: tidev/downloads-www
token: ${{ secrets.REGEN_BUILDS_DOCS_GITHUB_TOKEN }}

0 comments on commit 46a7b6d

Please sign in to comment.