Skip to content

Commit 61db770

Browse files
committed
Fix release
1 parent 326b6ab commit 61db770

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "REVISION=0.0.0-SNAPSHOT" >> $GITHUB_ENV
2828
fi
2929
- name: Build with Maven
30-
run: mvn -B package -s ${{ github.workspace }}/settings.xml -Drevision=${{ env.REVISION }} --file pom.xml
30+
run: mvn -B package -Drevision=${{ env.REVISION }} --file pom.xml
3131

3232
publish:
3333
if: startsWith(github.ref, 'refs/tags/')
@@ -44,7 +44,6 @@ jobs:
4444
java-version: '25'
4545
distribution: 'temurin'
4646
server-id: github
47-
settings-path: ${{ github.workspace }}
4847
- name: Publish to GitHub Packages
4948
run: mvn -B deploy -DskipTests -Drevision=${{ github.ref_name }} --file pom.xml
5049
env:

0 commit comments

Comments
 (0)