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 61ae36a commit 310a7b7Copy full SHA for 310a7b7
.github/workflows/release.yml
@@ -1,11 +1,11 @@
1
name: Release
2
on:
3
workflow_dispatch:
4
- inputs:
5
- already_published:
6
- description: 'Has the release already been published to maven central?'
7
- type: boolean
8
- default: false
+ inputs:
+ already_published:
+ description: 'Has the release already been published to maven central?'
+ type: boolean
+ default: false
9
10
permissions:
11
contents: read
0 commit comments