CI: update macOS beta badge label to macOS_Beta
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
shields_version=$(echo "${{ steps.version.outputs.version }}" | sed 's/-/--/g')
|
shields_version=$(echo "${{ steps.version.outputs.version }}" | sed 's/-/--/g')
|
||||||
tag="${{ github.ref_name }}"
|
tag="${{ github.ref_name }}"
|
||||||
export BADGE="[](https://github.com/${{ github.repository }}/releases/tag/${tag}) <!-- BETA_BADGE -->"
|
export BADGE="[](https://github.com/${{ github.repository }}/releases/tag/${tag}) <!-- BETA_BADGE -->"
|
||||||
python3 -c "
|
python3 -c "
|
||||||
import os
|
import os
|
||||||
badge = os.environ['BADGE']
|
badge = os.environ['BADGE']
|
||||||
|
|||||||
Reference in New Issue
Block a user