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 2cef673 commit b3d9406Copy full SHA for b3d9406
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
tags:
6
- - '[0-9]+.[0-9]+.[0-9]+'
+ - '[0-9]+\\.[0-9]+\\.[0-9]+(-[A-Za-z0-9._]+)?'
7
8
jobs:
9
build:
gradle.properties
@@ -1,7 +1,7 @@
1
# Upload configuration
2
USER = muradeliyev
GROUP = io.github.muradeliyev
-VERSION_NAME = 5.0.2-beta01
+VERSION_NAME = 5.0.2-beta02
POM_NAME = PermissionsDispatcher
POM_DESCRIPTION = A declarative API to handle Android runtime permissions.
POM_INCEPTION_YEAR = 2015
0 commit comments