Skip to content

Commit 4138864

Browse files
committed
Test
1 parent eedeedf commit 4138864

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
maven-central-release:
115115
runs-on: ubuntu-latest
116-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
116+
#if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
117117
needs: build
118118
environment:
119119
name: maven-central-release

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ android.nonTransitiveRClass=true
3636
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
3737
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
3838
# OUDS library version
39-
version=0.2.0
39+
version=0.3.0
4040
# Design tokens version
4141
tokensVersion=0.11.0

0 commit comments

Comments
 (0)