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 4ad3fba commit 23434f7Copy full SHA for 23434f7
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Update version in pom.xml
37
run: |
38
- sed -i "s/<version>.*<\/version>/<version>${{ steps.version.outputs.version }}<\/version>/" pom.xml
+ sed -i "/<artifactId>featurevisor-java<\/artifactId>/,/<version>/ s/<version>.*<\/version>/<version>${{ steps.version.outputs.version }}<\/version>/" pom.xml
39
echo "Updated pom.xml version to ${{ steps.version.outputs.version }}"
40
41
- name: Build and Publish
0 commit comments