From 70103e374b843495c89289e36c66ce58b7fad80c Mon Sep 17 00:00:00 2001 From: Freya Arbjerg Date: Thu, 12 Oct 2023 13:05:33 +0200 Subject: [PATCH] Use git SHA in version --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 20e274c1..3c8890bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} \ No newline at end of file