Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/create-and-push-new-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ jobs:
if: needs.tag.outputs.tag_created == 'true'
uses: ./.github/workflows/publish.yml
with:
version: ${{ needs.tag.outputs.version }}
version: ${{ needs.tag.outputs.version }}
secrets: inherit
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RELEASE_SIGNING_ENABLED=true

GROUP=io.github.sebopensource
POM_ARTIFACT_ID=components
VERSION_NAME=0.0.41
VERSION_NAME=0.0.42

POM_NAME=Green Design System for Android
POM_DESCRIPTION=The official Android implementation of SEB's Green Design System.
Expand All @@ -54,4 +54,4 @@ POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=seb-oss
POM_DEVELOPER_NAME=SEB Open Source

android.experimental.enableScreenshotTest=true
android.experimental.enableScreenshotTest=true
Loading