Skip to content

Commit

Permalink
Issue #10 - using packagecloud.io for this project (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfloess committed Sep 2, 2024
1 parent cf0cb13 commit b4db558
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
servers: |
[
{
"id": "packagecloud-solenopsis",
"id": "packagecloud-flossware",
"configuration": {
"httpHeaders": {
"property": {
"name": "Authorization",
"value": "Bearer ${{ secrets.PACKAGECLOUD_TOKEN }}"
"value": "Bearer ${{ secrets.FLOSSWARE_PACKAGECLOUD_TOKEN }}"
}
}
}
Expand All @@ -50,25 +50,6 @@ jobs:
actor: 'VersionBump'
token: '${{ secrets.GITHUB_TOKEN }}'

- name: Preparing settings.xml
uses: s4u/[email protected]
with:
githubServer: false
servers: |
[
{
"id": "packagecloud-solenopsis",
"configuration": {
"httpHeaders": {
"property": {
"name": "Authorization",
"value": "Bearer ${{ secrets.FLOSSWARE_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 b4db558

Please sign in to comment.