We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914b943 commit c0f79a2Copy full SHA for c0f79a2
1 file changed
.github/workflows/use.yml
@@ -36,6 +36,5 @@ jobs:
36
if: github.ref == 'refs/heads/master'
37
run: echo 'push'
38
- name: Deploy with Maven
39
- if: github.ref == 'refs/tags/2.*'
+ if: github.event.ref_type == 'tag'
40
run: echo "Deploying tag ${{ github.ref }}"
41
-
0 commit comments