Skip to content

Commit

Permalink
Merge pull request #308 from JarvisCraft/fix-deploy-release-step-name
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed Dec 27, 2021
2 parents feea434 + f10ac38 commit 6d852ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: jactions/maven-version@v1.0.0
id: get_version

- name: Deploy snapshot
- name: Deploy release
if: ${{ !endsWith(steps.get_version.outputs.version, '-SNAPSHOT') }}
run: mvn deploy -B -P build-extras,sign-artifacts,automatic-central-release
env:
Expand Down

0 comments on commit 6d852ac

Please sign in to comment.