Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Jan 31, 2024
1 parent c56513b commit 5cc8180
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
override: true
components: rustfmt, clippy

- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Publish
env:
CARGO_TOKEN: ${{ secrets.CARGO_TOKEN }}
Expand Down

0 comments on commit 5cc8180

Please sign in to comment.