Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikhorn93 authored Aug 11, 2022
1 parent faec2e5 commit 271aea1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:

- name: Remove SNAPSHOT
run: |
if [[ -n "${{ github.event.release.tag_name }}" ]] ; then
mvn versions:set --batch-mode -DremoveSnapshot -DprocessAllModules
fi
- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1
Expand Down

0 comments on commit 271aea1

Please sign in to comment.