Skip to content

Commit

Permalink
[MISC] Fix status for the badge in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aedial committed May 27, 2023
1 parent 7bed2d7 commit e6d46b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
NAME: pypi-size
LABEL: "package size"
ICON: "pypi"
STATUS: ${{ steps.date.outputs.data }}
STATUS: ${{ steps.pypi-size.outputs.data }}
COLOR: blue
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6d46b8

Please sign in to comment.