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.
2 parents ebf95b3 + 2c708e0 commit 82bec77Copy full SHA for 82bec77
.github/workflows/release.yml
@@ -409,6 +409,7 @@ jobs:
409
token: ${{ secrets.GH_TOKEN }}
410
inputs: ${{ steps.prep_inputs.outputs.value }}
411
website:
412
+ if: false # disable for 7.0.0-M1 release
413
needs: publish
414
runs-on: ubuntu-latest
415
permissions:
@@ -429,4 +430,4 @@ jobs:
429
430
repo: grails/grails-static-website
431
ref: master
432
- inputs: ${{ steps.prep_inputs.outputs.value }}
433
+ inputs: ${{ steps.prep_inputs.outputs.value }}
0 commit comments