Skip to content

Commit b79dbcc

Browse files
committed
workflow update
1 parent 2447693 commit b79dbcc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/mvn-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
1717
- name: Change wrapper permissions
1818
run: chmod +x ./gradlew
19+
- name: Update Package Version
20+
run: ./gradlew updateVersion
1921
- name: Publish SDK
2022
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
2123
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'co.permify'
5-
version = '0.0.1-SNAPSHOT' // Default version
5+
version = '0.0.1' // Default version
66

77
buildscript {
88
repositories {

0 commit comments

Comments
 (0)