We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0f263 commit 0053e60Copy full SHA for 0053e60
.github/workflows/ci.yml
@@ -217,6 +217,8 @@ jobs:
217
run: |
218
mvn --no-transfer-progress versions:set -DremoveSnapshot -DgenerateBackupPoms=false
219
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" | tee -a $GITHUB_ENV
220
+ sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ env.RELEASE_VERSION }}/g" README.adoc
221
+ sed -i -e "s/^\:sqlite-version\:\ .*/:sqlite-version: $(sed "s/^.*=//" VERSION)/g" SECURITY.adoc
222
# The sonatype maven plugin will decide the right destination depending on whether the project is SNAPSHOT or not
223
- name: Publish to Apache Maven Central
224
run: mvn --batch-mode --no-transfer-progress deploy -P release -DskipTests
0 commit comments