We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f621a9e commit 2c1e4ffCopy full SHA for 2c1e4ff
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: startsWith(github.event.ref, 'refs/tags/2')
+ if: startsWith(github.event.ref, 'refs/tags/2')
40
run: echo "Deploying tag ${{ github.ref }}"
0 commit comments