We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2447693 commit b79dbccCopy full SHA for b79dbcc
2 files changed
.github/workflows/mvn-publish.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
17
- name: Change wrapper permissions
18
run: chmod +x ./gradlew
19
+ - name: Update Package Version
20
+ run: ./gradlew updateVersion
21
- name: Publish SDK
22
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
23
with:
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'idea'
2
apply plugin: 'eclipse'
3
4
group = 'co.permify'
5
-version = '0.0.1-SNAPSHOT' // Default version
+version = '0.0.1' // Default version
6
7
buildscript {
8
repositories {
0 commit comments