We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0d7f4 commit ff9eaf2Copy full SHA for ff9eaf2
1 file changed
.github/workflows/use.yml
@@ -36,5 +36,5 @@ jobs:
36
if: github.ref == 'refs/heads/master'
37
run: echo 'push'
38
- name: Deploy with Maven
39
- - if: github.event_name == 'release' && github.event.action == 'created'
+ if: github.event_name == 'release' && github.event.action == 'created'
40
run: echo "Deploying tag ${{ github.ref }}"
0 commit comments