Skip to content

Commit b3d9406

Browse files
author
Murad Eliyev
committed
Tag fix
1 parent 2cef673 commit b3d9406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+'
6+
- '[0-9]+\\.[0-9]+\\.[0-9]+(-[A-Za-z0-9._]+)?'
77

88
jobs:
99
build:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Upload configuration
22
USER = muradeliyev
33
GROUP = io.github.muradeliyev
4-
VERSION_NAME = 5.0.2-beta01
4+
VERSION_NAME = 5.0.2-beta02
55
POM_NAME = PermissionsDispatcher
66
POM_DESCRIPTION = A declarative API to handle Android runtime permissions.
77
POM_INCEPTION_YEAR = 2015

0 commit comments

Comments
 (0)