From e986b83bc575c2eacb1de2304e1934e1ad40c1b0 Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Fri, 19 Jan 2024 20:11:34 -0600 Subject: [PATCH 1/2] ci: trigger regen builds on release --- .github/workflows/regen-builds.yml | 2 -- .github/workflows/release.yml | 7 ++++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/regen-builds.yml b/.github/workflows/regen-builds.yml index 0dcf274b199..c4bc936c500 100644 --- a/.github/workflows/regen-builds.yml +++ b/.github/workflows/regen-builds.yml @@ -1,7 +1,5 @@ name: Regen Builds on: - release: - types: [published, released] workflow_run: workflows: [Build] types: [completed] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b567d40fce9..94865fe8c3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} From 253cbf1171b9a59121255384a844cefd2c8382b8 Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Mon, 12 Feb 2024 10:46:23 -0600 Subject: [PATCH 2/2] ci: add more release type tags --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94865fe8c3f..9ab7e263666 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,13 @@ on: options: - GA - RC + - RC2 + - RC3 + - RC4 - Beta + - Beta2 + - Beta3 + - Beta4 jobs: validate: