Skip to content

Commit

Permalink
Update gitlab-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanaskin authored and Furkan committed Dec 14, 2022
1 parent 24b193c commit 0071798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: chmod +x gradlew

- name: Build AAR ⚙️🛠
run: bash ./gradlew :viewpagerdotsindicator:assemble
run: bash ./gradlew :seatview:assemble

- name: Publish to GitLab Package Registry 🚀
run: bash ./gradlew :viewpagerdotsindicator:publish
run: bash ./gradlew :seatview:publish
env:
GPR_USER: ${{ github.actor }}
GPR_KEY: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion seatview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
mGroupId = "com.ozanlimited"
mArtifactId = "seatview"
mVersionCode = 1
mVersionName = "1.0.0"
mVersionName = "1.0.1"

mLibraryName = "Seat-View"
mLibraryDescription = ""
Expand Down

0 comments on commit 0071798

Please sign in to comment.