Skip to content

Commit

Permalink
try ${{ github.run_id }}
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagupa authored Oct 10, 2023
1 parent 04d776d commit 60422d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
# with:
# arguments: build
- name: Project build
run: ./gradlew build --build-cache
run: ./gradlew build -PprojectVersion=1.0.${{ github.run_id }} --build-cache

0 comments on commit 60422d6

Please sign in to comment.