Skip to content

Commit 4798ff3

Browse files
committed
Remove explicit webapp submodule update from release workflow
The webapp submodule is now persistently configured to track the 'gh-pages' branch, making the explicit 'set-branch' and 'update' steps within the release workflow redundant.
1 parent 0b9b186 commit 4798ff3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ jobs:
6969
jq ".info.version = \"${NEW_VERSION#v}\"" src/main/swagger.json > src/main/swagger.tmp.json
7070
mv src/main/swagger.tmp.json src/main/swagger.json
7171
72-
- name: Update Submodules
73-
run: |
74-
cd src/main/webapp
75-
git fetch origin gh-pages
76-
cd ../../..
77-
git submodule set-branch --branch gh-pages src/main/webapp
78-
git submodule update --remote src/main/webapp
79-
8072
- name: Update Changelog (Basic)
8173
run: |
8274
echo -e "## Release ${{ env.new_version }}\n\n$(git log $(git describe --tags --abbrev=0)..HEAD --oneline)\n\n$(cat CHANGELOG.md)" > CHANGELOG.md

0 commit comments

Comments
 (0)