Update autopublish.yml

This commit is contained in:
InsanusMokrassar 2021-02-28 09:16:46 +06:00 committed by GitHub
parent f63a7027d6
commit 2f3c1b248c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
ref="${github_ref////.}"
echo "::set-env name=ref::$ref"
env:
github_ref: ${{ github.ref }}
- uses: actions/setup-java@v1
with:
java-version: 1.8
@ -20,4 +20,4 @@ jobs:
env:
GITHUBPACKAGES_USER: ${{ secrets.GITHUBPACKAGES_USER }}
GITHUBPACKAGES_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
additional_version: "-$ref-build${{ github.run_number }}"
additional_version: "-build${{ github.run_number }}"