Skip to content

Commit 7829564

Browse files
chrisburrweb-flow
authored andcommitted
sweep: #707 fix: Deploy to PyPI from rel-v5r0 branch
1 parent 26d2f20 commit 7829564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
IFS=$'\n\t'
6767
if [[ "${{ github.repository }}" == "DIRACGrid/WebAppDIRAC" ]]; then
6868
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
69+
if [[ "${{ github.event.ref }}" =~ ^refs/heads/(integration|rel-v([5-9]|[1-9][0-9]+)r[0-9]+)$ ]]; then
7070
echo "Will create a real release"
7171
export NEW_VERSION="v${{ github.event.inputs.version }}"
7272
if [[ "${NEW_VERSION}" == "v" ]]; then

0 commit comments

Comments
 (0)