From ff35882715f810f843816b260b014a72231ad7e7 Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Tue, 21 Jul 2026 19:31:10 +0200 Subject: [PATCH] Update release workflow to use 'v1' branch Has to be updated because of https://github.com/processing/p5.js-website/issues/1426 --- .github/workflows/release-workflow-v1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-workflow-v1.yml b/.github/workflows/release-workflow-v1.yml index f84547f3ad..0f1c993b09 100644 --- a/.github/workflows/release-workflow-v1.yml +++ b/.github/workflows/release-workflow-v1.yml @@ -87,6 +87,7 @@ jobs: uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: repository: processing/p5.js-website + ref: 'v1' path: website fetch-depth: 0 token: ${{ secrets.ACCESS_TOKEN }} @@ -116,7 +117,7 @@ jobs: github_token: ${{ secrets.ACCESS_TOKEN }} branch: v1 directory: website/ - repository: processing/p5.js-website + repository: processing/p5.js-website # 5. Update Bower files - name: Checkout Bower repo