We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc75b7 commit 9a76cf0Copy full SHA for 9a76cf0
.github/workflows/generate-libs.yaml
@@ -43,7 +43,7 @@ jobs:
43
SHORT_COMMIT_SHA=${COMMIT_SHA::7}
44
# Remplace le "+" par "-" et les autres caractères non autorisés par des "."
45
SAFE_BRANCH=$(echo "${{ github.event.workflow_run.head_branch }}" | sed 's/[^a-zA-Z0-9]/-/g')
46
- RELEASE_VERSION="0.0.0-${SAFE_BRANCH}.$SHORT_COMMIT_SHA.${{ github.run_attempt }}"
+ RELEASE_VERSION="0.0.0.dev${{ github.run_attempt }}-${SAFE_BRANCH}-$SHORT_COMMIT_SHA-${{ github.run_attempt }}"
47
48
else
49
echo "Workflow triggered via unsupported event"
0 commit comments