Skip to content

Commit

Permalink
[CI] Prefix release tags for Apps Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Oct 7, 2023
1 parent 0fef6cc commit 06911a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apps-plugin-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
- name: Tag Release
uses: jvalkeal/[email protected]
with:
tag-release-branch: ${{ env.spring_cloud_dataflow_apps_plugin_version }}
tag-release-branch: apps-plugin/v${{ env.spring_cloud_dataflow_apps_plugin_version }}
tag-release-tag: ${{ env.spring_cloud_dataflow_apps_plugin_version }}
tag-release-tag-prefix: v
tag-release-tag-prefix: apps-plugin/v
- name: Clean cache
run: |
find ~/.m2/repository -type d -name '*SNAPSHOT' | xargs rm -fr
4 changes: 2 additions & 2 deletions .github/workflows/apps-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
- name: Tag Release
uses: jvalkeal/[email protected]
with:
tag-release-branch: ${{ env.spring_cloud_dataflow_apps_plugin_version }}
tag-release-branch: apps-plugin/v${{ env.spring_cloud_dataflow_apps_plugin_version }}
tag-release-tag: ${{ env.spring_cloud_dataflow_apps_plugin_version }}
tag-release-tag-prefix: v
tag-release-tag-prefix: apps-plugin/v
- name: Clean cache
run: |
find ~/.m2/repository -type d -name '*SNAPSHOT' | xargs rm -fr

0 comments on commit 06911a7

Please sign in to comment.