We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d71a1 commit 72e6215Copy full SHA for 72e6215
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
42
43
release-net:
44
- #if: ${{ false }} # disable for now
+ if: ${{ false }} # disable for now
45
runs-on: ubuntu-latest
46
defaults:
47
run:
0 commit comments