Skip to content

Commit b68c414

Browse files
author
Chris Wiechmann
authored
Update openapi.validator.yaml
1 parent 9564102 commit b68c414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openapi.validator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
mvn clean verify
3131
release:
32-
if: github.event.release.tag_name-disabled
32+
if: github.event.release.tag_name
3333
name: Release OpenAPI Validator
3434
runs-on: ubuntu-latest
3535
needs: tests
@@ -59,4 +59,4 @@ jobs:
5959
run: |
6060
mvn -B release:perform -Darguments="-Dmaven.deploy.skip=true"
6161
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)