Update autopublish.yml

This commit is contained in:
InsanusMokrassar 2021-02-27 21:07:31 +06:00 committed by GitHub
parent b02cdc1948
commit 8cfce9e54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: Publish package to GitHub Packages
on: [push]
jobs:
publish:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -13,4 +13,4 @@ jobs:
env:
GITHUBPACKAGES_USER: ${{ secrets.GITHUBPACKAGES_USER }}
GITHUBPACKAGES_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
additional_version: "-${{ github.job_id }}-${{ github.run_number }}"
additional_version: "-build-${{ github.run_number }}"