Compare commits

..

4 Commits

View File

@@ -80,8 +80,9 @@ jobs:
git tag ${{ steps.git_version.outputs.version }}
git push origin ${{ steps.git_version.outputs.version }}
elif [ "${{ github.head_ref }}" == "dev" ]; then
git tag ${{ steps.git_version.outputs.version }}-rc.${{ github.sha }}
git push origin ${{ steps.git_version.outputs.version }}-rc.${{ github.sha }}
calculatedSha=$(git rev-parse --short ${{ github.sha }})
git tag ${{ steps.git_version.outputs.version }}rc.dev${calculatedSha}
git push origin ${{ steps.git_version.outputs.version }}rc.dev${calculatedSha}
fi
- name: Set up Python