Skip to content

Commit

Permalink
- Round and round we go.
Browse files Browse the repository at this point in the history
  • Loading branch information
vonnieda committed Feb 17, 2023
1 parent 773ad42 commit 1a4f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
allowUpdates: true

- name: Publish to Apache Maven Central
if: github.repository == 'openpnp/openpnp-capture' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: mvn -B deploy
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 1a4f3ac

Please sign in to comment.