Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 8e4d638

Browse files
committed
Enable milestone tagging
1 parent a64bcd4 commit 8e4d638

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/milestone-worker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ jobs:
146146
echo BUILD_ZOO_HANDLER_spring_cloud_dataflow_buildnumber=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
147147
148148
# zoo tag
149-
# - name: Tag Release
150-
# uses: jvalkeal/[email protected]
151-
# with:
152-
# tag-release-branch: ${{ env.BUILD_ZOO_HANDLER_spring_cloud_dataflow_version }}
153-
# tag-release-tag: ${{ env.BUILD_ZOO_HANDLER_spring_cloud_dataflow_version }}
154-
# tag-release-tag-prefix: v
149+
- name: Tag Release
150+
uses: jvalkeal/[email protected]
151+
with:
152+
tag-release-branch: ${{ env.BUILD_ZOO_HANDLER_spring_cloud_dataflow_version }}
153+
tag-release-tag: ${{ env.BUILD_ZOO_HANDLER_spring_cloud_dataflow_version }}
154+
tag-release-tag-prefix: v
155155

156156
# build images to local repo to get pushed
157157
- name: Build Images

0 commit comments

Comments
 (0)