From 45bb51ea41c5767ae608174dbb1b1c226e55118c Mon Sep 17 00:00:00 2001 From: MK Software Date: Wed, 22 Jan 2025 11:00:23 +0100 Subject: [PATCH] another try --- .github/workflows/pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c9c53e4b8a3..9ecee32aafd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -529,12 +529,13 @@ jobs: if: ${{ github.ref != 'refs/heads/staging' }} uses: uses: ./.github/workflows/publish.yml + with: + ref: ${{ github.ref }} # steps: # - uses: actions/checkout@v1 # - name: "publish" # uses: ./.github/actions/publish -# with: -# ref: ${{ github.ref }} + publish-before-tests: name: Publish Without Tests