diff --git a/.github/workflows/69-run-on-push-to-rc.yml b/.github/workflows/69-run-on-push-to-rc.yml index 3dbbfcd631..e006a576e0 100644 --- a/.github/workflows/69-run-on-push-to-rc.yml +++ b/.github/workflows/69-run-on-push-to-rc.yml @@ -3,7 +3,7 @@ name: 69 - Run on push to rc on: push: branches: - - 'rc/*.*.*' + - 'rc/*.*.*' jobs: release-candidate-tag: @@ -11,6 +11,10 @@ jobs: outputs: tag: ${{ steps.tag.outputs.tag }} steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" - name: Extract branch tag if necessary id: tag run: |