Skip to content

Commit

Permalink
WEBUI-1235: add new catalog version.
Browse files Browse the repository at this point in the history
This reverts commit 5a17b0a.
  • Loading branch information
poonamyadav252 committed Aug 18, 2023
1 parent f9a96f7 commit 6f7757b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
inputs:
target_platform:
description: 'The Nuxeo server target platform to build the catalog for.'
default: '11.3'
default: '2023.0'
required: true
branch_name:
description: 'The name of the Nuxeo Web UI branch to generate the catalog for.'
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
GH_TOKEN: ${{ secrets.WEBUI_JX_BOT_GITHUB_ACTIONS_TOKEN }}
run: |
git checkout -b designer-catalog-update-$CATALOG_VERSION
mvn versions:set-property -Dproperty=view.designer.catalog.11.3 -DnewVersion=$CATALOG_VERSION
mvn versions:set-property -Dproperty=view.designer.catalog.2023.0 -DnewVersion=$CATALOG_VERSION
git add .
git commit -m "Update Designer catalog with version $CATALOG_VERSION"
git push origin designer-catalog-update-$CATALOG_VERSION
Expand Down

0 comments on commit 6f7757b

Please sign in to comment.