Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Dec 2, 2024
1 parent dd82064 commit 31dffee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GORELEASER_CURRENT_TAG: $LATEST_TAG
GORELEASER_CURRENT_TAG: ${LATEST_TAG}

upload-docs:
needs: [setup]
Expand Down Expand Up @@ -152,6 +152,6 @@ jobs:

- run: |
make openrpc-gen > openrpc.json
gh release upload $LATEST_TAG openrpc.json
gh release upload "${LATEST_TAG}" openrpc.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 31dffee

Please sign in to comment.