We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbfd7a commit 640057cCopy full SHA for 640057c
2 files changed
.github/workflows/release.yml
@@ -16,6 +16,8 @@ name: Release
16
on:
17
push:
18
branches: [ main ]
19
+ workflow_dispatch:
20
+
21
jobs:
22
release:
23
runs-on: ubuntu-latest
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.18.0
+version=0.18.1
2
3
# variables required to allow build.gradle to parse,
4
# override in ~/.gradle/gradle.properties
0 commit comments