Skip to content

Commit

Permalink
temp debug release workflow (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss authored Apr 16, 2024
1 parent 3205aa6 commit 17271f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ permissions:
contents: write

jobs:
dump_workflow_run:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github.event.client_payload) }}
run: echo "$GITHUB_CONTEXT"

release:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 17271f6

Please sign in to comment.