We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e24cc05 + 7829564 commit 98243f0Copy full SHA for 98243f0
1 file changed
.github/workflows/deployment.yml
@@ -66,7 +66,7 @@ jobs:
66
IFS=$'\n\t'
67
if [[ "${{ github.repository }}" == "DIRACGrid/WebAppDIRAC" ]]; then
68
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
69
- if [[ "${{ github.event.ref }}" =~ ^refs/heads/(integration|rel-v([5-9]|[1-9][0-9]+)\.[0-9]+)$ ]]; then
+ if [[ "${{ github.event.ref }}" =~ ^refs/heads/(integration|rel-v([5-9]|[1-9][0-9]+)r[0-9]+)$ ]]; then
70
echo "Will create a real release"
71
export NEW_VERSION="v${{ github.event.inputs.version }}"
72
if [[ "${NEW_VERSION}" == "v" ]]; then
0 commit comments