Skip to content

Commit

Permalink
more changes to release
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerParkinson committed Nov 18, 2022
1 parent b63f299 commit 3c29939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: echo "releasing tag: ${{ inputs.tags }}" && mvn versions:set -DnewVersion=${{ inputs.tags }} && mvn clean deploy -DskipTests=true -B -U
run: mvn versions:set -DnewVersion=${{ inputs.tags }} && mvn clean deploy -DskipTests=true -B -U

0 comments on commit 3c29939

Please sign in to comment.