Skip to content

Commit

Permalink
Fix GA YAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
pefribeiro committed Feb 19, 2024
1 parent e99ba3c commit 15ddc02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Set version env
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV

- name: Set Maven package versions
run: |
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${RELEASE_VERSION}
run: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${RELEASE_VERSION}

- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit 15ddc02

Please sign in to comment.