|
|
@@ -35,6 +35,7 @@ jobs:
|
|
|
- name: Bump versions
|
|
|
run: |
|
|
|
node ./bin/bump-versions -i patch
|
|
|
+ sh ./packages/app/bin/github-actions/update-readme.sh
|
|
|
|
|
|
- name: Retrieve information from package.json
|
|
|
uses: myrotvorets/info-from-package-json-action@0.0.2
|
|
|
@@ -46,6 +47,13 @@ jobs:
|
|
|
latest-version: v${{ steps.package-json.outputs.packageVersion }}
|
|
|
release-notes: ${{ github.event.pull_request.body }}
|
|
|
|
|
|
+ - name: Update README.md for docker image
|
|
|
+ working-directory: ./packages/app
|
|
|
+ run: |
|
|
|
+ sh ./bin/github-actions/update-readme.sh
|
|
|
+ env:
|
|
|
+ RELEASED_VERSION: ${{ steps.package-json.outputs.packageVersion }}
|
|
|
+
|
|
|
- name: Commit, Tag and Push
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
|
|
with:
|