Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
ufuk committed Jul 23, 2024
1 parent 2447693 commit b79dbcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/mvn-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Update Package Version
run: ./gradlew updateVersion
- name: Publish SDK
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'co.permify'
version = '0.0.1-SNAPSHOT' // Default version
version = '0.0.1' // Default version

buildscript {
repositories {
Expand Down

0 comments on commit b79dbcc

Please sign in to comment.