Skip to content

Commit

Permalink
NA - extra call to setup settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfloess committed Sep 2, 2024
1 parent f29ff92 commit 84bc9b3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,6 @@ jobs:
actor: 'VersionBump'
token: '${{ secrets.GITHUB_TOKEN }}'

- name: Preparing settings.xml
uses: s4u/maven-settings-action@v3.0.0
with:
githubServer: false
servers: |
[
{
"id": "packagecloud-flossware",
"configuration": {
"httpHeaders": {
"property": {
"name": "Authorization",
"value": "Bearer ${{ secrets.PACKAGECLOUD_TOKEN }}"
}
}
}
}
]
- name: Incrementing pom.xml version
run: "mvn -U build-helper:parse-version versions:set -DnewVersion=\\${parsedVersion.majorVersion}.\\${parsedVersion.nextMinorVersion} versions:commit"

Expand Down

0 comments on commit 84bc9b3

Please sign in to comment.