Skip to content

Commit 1929e7c

Browse files
committed
update release.yml to have --ref maint-for-0-24-x
1 parent 072386f commit 1929e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
GH_TOKEN: ${{ secrets.GH_WORKFLOW_PAT }}
101101
run: |
102102
PROJECT_VERSION=$(git describe --abbrev=0 | cut -d '-' -f 4)
103-
gh workflow -R killbill/killbill-oss-parent run release.yml -f base_plugin_version=${PROJECT_VERSION}
103+
gh workflow -R killbill/killbill-oss-parent run release.yml --ref maint-for-0-24-x -f base_plugin_version=${PROJECT_VERSION}

0 commit comments

Comments
 (0)