Skip to content

Commit ff9eaf2

Browse files
author
pavel.s@smplt.net
committed
release
1 parent 1b0d7f4 commit ff9eaf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/use.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
if: github.ref == 'refs/heads/master'
3737
run: echo 'push'
3838
- name: Deploy with Maven
39-
- if: github.event_name == 'release' && github.event.action == 'created'
39+
if: github.event_name == 'release' && github.event.action == 'created'
4040
run: echo "Deploying tag ${{ github.ref }}"

0 commit comments

Comments
 (0)