Skip to content

Commit 98243f0

Browse files
authored
Merge pull request #708 from DIRACGridBot/cherry-pick-2-c4166d74-integration
[sweep:integration] fix: Deploy to PyPI from rel-v5r0 branch
2 parents e24cc05 + 7829564 commit 98243f0

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)