We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0452078 commit fac703cCopy full SHA for fac703c
.github/workflows/release.yml
@@ -146,6 +146,10 @@ jobs:
146
# maven
147
sed -i -e 's|<version>[0-9]+\.[0-9]+\.[0-9]+|<version>${{ needs.version.outputs.RELEASE_VERSION }}|g' README.md
148
sed -i -e 's|<version>[0-9]+\.[0-9]+\.[0-9]+(-SNAPSHOT)|<version>${{ needs.version.outputs.NEXT_VERSION }}|g' README.md
149
+ - name: Show what has changed
150
+ if: ${{ !cancelled() }}
151
+ run: |
152
+ git diff
153
- name: Commit next dev version
154
id: commit_next_dev
155
uses: EndBug/add-and-commit@v9
0 commit comments