mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Fix Split project version delimiter
This commit is contained in:
2
.github/workflows/on_tag_pushed.yaml
vendored
2
.github/workflows/on_tag_pushed.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
env:
|
||||
TAG: ${{ github.ref_name }}
|
||||
VERSION: ${{steps.split_version.outputs.version }}
|
||||
run: echo "project=${TAG//$VERSION}" >> $GITHUB_OUTPUT
|
||||
run: echo "project=${TAG//-$VERSION}" >> $GITHUB_OUTPUT
|
||||
|
||||
call_publish_gradle:
|
||||
needs: split_values
|
||||
|
||||
Reference in New Issue
Block a user