Skip to content

Commit

Permalink
Update send-release-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kemsakurai authored Nov 14, 2023
1 parent 41ec538 commit 0959198
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/send-release-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ on:
types:
- published
jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- name: Dump env
run: env | sort
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
send-release-info:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0959198

Please sign in to comment.