Skip to content

Commit

Permalink
ci: πŸ’š fix API.md upload gh command (#96)
Browse files Browse the repository at this point in the history
Attaching API docs was failing beucase the wron template variable
was used.
  • Loading branch information
zoido committed Apr 29, 2024
1 parent d444df1 commit a9a72e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs-release.yml
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Attach Docs to Release
run:
gh release upload ${{ github.event.inputs.tag }} --clobber dist/API.md
gh release upload ${{ inputs.tag }} --clobber dist/API.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a9a72e3

Please sign in to comment.