We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9564102 commit b68c414Copy full SHA for b68c414
.github/workflows/openapi.validator.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
mvn clean verify
31
release:
32
- if: github.event.release.tag_name-disabled
+ if: github.event.release.tag_name
33
name: Release OpenAPI Validator
34
runs-on: ubuntu-latest
35
needs: tests
@@ -59,4 +59,4 @@ jobs:
59
60
mvn -B release:perform -Darguments="-Dmaven.deploy.skip=true"
61
env:
62
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments