Skip to content

Commit c0f79a2

Browse files
author
pavel.s@smplt.net
committed
release
1 parent 914b943 commit c0f79a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/use.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ jobs:
3636
if: github.ref == 'refs/heads/master'
3737
run: echo 'push'
3838
- name: Deploy with Maven
39-
if: github.ref == 'refs/tags/2.*'
39+
if: github.event.ref_type == 'tag'
4040
run: echo "Deploying tag ${{ github.ref }}"
41-

0 commit comments

Comments
 (0)