Skip to content

Commit

Permalink
Attach metadata to artifacts (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jan 3, 2025
1 parent b8b1fd4 commit 8b4828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Attach docs metadata
run: |
echo "{\"pr_number\":${{ github.event.number }},\"artifact_id\":${{ steps.docs-upload.outputs.artifact-id }}}" > test/tmp/contents/doc/gh.json
echo "{\"number\":${{ github.event.number }}}" > test/tmp/contents/doc/gh.json
- name: Upload docs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8b4828e

Please sign in to comment.