File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1414 type : choice
1515 options :
1616 - core
17- - public_health
17+ - public-health
1818
1919jobs :
2020 create-release :
@@ -43,12 +43,11 @@ jobs:
4343 VERSION="${{ github.event.inputs.version }}"
4444
4545 # Convert package name for different formats
46- PACKAGE_HYPHEN=$(echo "$PACKAGE" | tr '_' '-') # public_health -> public-health
47- PACKAGE_TITLE=$(echo "$PACKAGE" | sed 's/_/ /g' | sed 's/\b\w/\u&/g') # public_health -> Public Health
46+ PACKAGE_TITLE=$(echo "$PACKAGE" | sed 's/-/ /g' | sed 's/\b\w/\u&/g') # public-health -> Public Health
4847
49- echo "TAG_NAME=${PACKAGE_HYPHEN }-v${VERSION}" >> $GITHUB_ENV
48+ echo "TAG_NAME=${PACKAGE }-v${VERSION}" >> $GITHUB_ENV
5049 echo "RELEASE_NAME=${PACKAGE_TITLE} Release v${VERSION}" >> $GITHUB_ENV
51- echo "PYPI_NAME=sim-sci-test-monorepo-${PACKAGE_HYPHEN }" >> $GITHUB_ENV
50+ echo "PYPI_NAME=sim-sci-test-monorepo-${PACKAGE }" >> $GITHUB_ENV
5251
5352 - name : Create and push tag
5453 run : |
You can’t perform that action at this time.
0 commit comments