diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8828b3b4..4ad1b555 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: