Skip to content

Commit

Permalink
Merge pull request #80 from Softawii/enhancement/tag
Browse files Browse the repository at this point in the history
qa: inserting tags in build deploy
  • Loading branch information
yaansz authored May 6, 2023
2 parents 389b5a4 + c255891 commit ab9088d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-homolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: chmod +x gradlew

- name: 'Build and Generate JAR'
run: ./gradlew build deployHomolog
run: ./gradlew build deployHomolog -P version=${{github.ref_name}}

- uses: actions/upload-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: chmod +x gradlew

- name: 'Build and Generate JAR'
run: ./gradlew build deploy
run: ./gradlew build deploy -P version=${{github.ref_name}}

- uses: actions/upload-artifact@master
with:
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
}

group 'com.softwaii.capivara'
version '1.0.5.2'


repositories {
Expand Down

0 comments on commit ab9088d

Please # to comment.