Fix publish

This commit is contained in:
modmuss50
2023-05-05 13:30:54 +01:00
parent 35e827566e
commit d1f35d4221

View File

@@ -17,10 +17,10 @@ jobs:
# Generate the build number based on tags to allow per branch build numbers, not something github provides by default.
- name: Generate build number
id: buildnumber
uses: einaregilsson/build-number@v3
uses: onyxmueller/build-tag-number@v1
with:
token: ${{ secrets.github_token }}
prefix: ${{ github.ref }}
prefix: "build/${{ github.ref }}"
- run: ./gradlew build publish -x test --stacktrace
env: