From 1f0a992212aecc35482c323cd7cc8dec6d2cd3aa Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 16 Jan 2024 23:26:37 +0800 Subject: [PATCH] chore: purposely set branch name --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e4d64b66..4096ca8f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -104,7 +104,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} # Optional: Switch what branch you are publishing to. # By default this will be the branch which triggered this workflow - # branch: main + branch: refs/pull/${{ github.event.number }}/merge # Optional: Change the working directory workingDirectory: apps/www wranglerVersion: '3'