Skip to content

Commit

Permalink
Updated snapshots action
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocatalao committed May 2, 2023
1 parent b350a5d commit 54e4644
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ jobs:
}
]
- name: Update POM Version
env:
VERSION: 4.0.0-SNAPSHOT
run: |
echo "Updating to version: ${VERSION}"
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${VERSION}
mvn versions:set-property -Dproperty=assimbly.version -DnewVersion=${VERSION}
- name: Publish package
run: mvn clean source:jar deploy -DuniqueVersion=false -Dmaven.source.useDefaultManifestFile=true -DdeplyAtEnd=true -Dmaven.source.includePom=true -Dmaven.install.skip=true
env:
Expand Down

0 comments on commit 54e4644

Please sign in to comment.