Skip to content

Commit

Permalink
Use git SHA in version
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed Oct 12, 2023
1 parent acf86eb commit 70103e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: core:publishAllPublicationsToGitHubPackagesRepository
arguments: core:publishAllPublicationsToGitHubPackagesRepository -Pversion=${{ github.sha }}-SNAPSHOT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 70103e3

Please sign in to comment.