Skip to content

Commit 36ec039

Browse files
committed
update action - remove if
1 parent 4c1ba5b commit 36ec039

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2525
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2626
- name: Publish package
27-
if: steps.changed-pom.outputs.any_changed == 'true'
2827
run: mvn --batch-mode clean deploy
2928
env:
3029
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 commit comments

Comments
 (0)