Skip to content

Commit

Permalink
chore(ci): formatting / whitespace (#3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Jul 4, 2024
1 parent 8febc73 commit b423013
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
make openrpc-gen > openrpc.json
gh release upload ${{github.event.release.tag_name}} openrpc.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b423013

Please sign in to comment.