From 778f5b9a89ecc57aebf132d309cdc18c130b752f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lytek?= Date: Wed, 10 Jan 2024 16:53:37 +0100 Subject: [PATCH] test --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb39d40e4..9ec2064f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,11 +17,16 @@ jobs: release: name: Release package on NPM runs-on: ubuntu-latest - if: github.event.workflow_run.conclusion == 'success' && startsWith(github.event.workflow_run.head_branch, 'refs/tags/v') + if: github.event.workflow_run.conclusion == 'success' permissions: contents: write id-token: write steps: + - name: Debug + env: + TYPE_GRAPHQL_REF: ${{ github.event.workflow_run.head_branch }} + run: echo "$TYPE_GRAPHQL_REF" + - name: Checkout uses: actions/checkout@v4 with: