Skip to content

Commit

Permalink
Change version badge label
Browse files Browse the repository at this point in the history
  • Loading branch information
EMalagoli92 committed Apr 12, 2024
1 parent e6de7fb commit 1d35022
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
- name: Versione badge
- name: Version badge
uses: schneegans/[email protected]
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 331395960725a4b47d4ca4977a24e949
filename: version.json
label: release
label: pypi
message: ${{ steps.create_release.outputs.automatic_releases_tag }}
color: orange
style: flat
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/EMalagoli92/3ab4a977b9a0e4ccb7178dd1fa51e1b0/raw/pylint.json?kill_cache=1" />
<a href="https://codecov.io/gh/EMalagoli92/OD-Metrics">
<img src="https://codecov.io/gh/EMalagoli92/OD-Metrics/graph/badge.svg?token=U7VJTKGYN6"></a>
<img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/EMalagoli92/331395960725a4b47d4ca4977a24e949/raw/version.json?kill_cache=1" />
<a href="https://pypi.org/project/od-metrics/#description">
<img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/EMalagoli92/331395960725a4b47d4ca4977a24e949/raw/version.json?kill_cache=1"></a>
<br>
<img src="https://img.shields.io/badge/python-%3E=3.9-yellow.svg?style=flat">
<a href="https://github.com/EMalagoli92/OD-Metrics/blob/main/LICENSE">
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ hide:
<img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/EMalagoli92/3ab4a977b9a0e4ccb7178dd1fa51e1b0/raw/pylint.json?kill_cache=1" />
<a href="https://codecov.io/gh/EMalagoli92/OD-Metrics">
<img src="https://codecov.io/gh/EMalagoli92/OD-Metrics/graph/badge.svg?token=U7VJTKGYN6"></a>
<img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/EMalagoli92/331395960725a4b47d4ca4977a24e949/raw/version.json?kill_cache=1" />
<a href="https://pypi.org/project/od-metrics/#description">
<img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/EMalagoli92/331395960725a4b47d4ca4977a24e949/raw/version.json?kill_cache=1"></a>
<br>
<img src="https://img.shields.io/badge/python-%3E=3.9-yellow.svg?style=flat">
<a href="https://github.com/EMalagoli92/OD-Metrics/blob/main/LICENSE">
Expand Down

0 comments on commit 1d35022

Please sign in to comment.