update of build
This commit is contained in:
parent
46d668f899
commit
f7ab291689
4
.github/workflows/autopublish.yml
vendored
4
.github/workflows/autopublish.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Publish package to GitHub Packages
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
publishing:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -15,4 +15,4 @@ jobs:
|
||||
env:
|
||||
GITHUBPACKAGES_USER: ${{ secrets.GITHUBPACKAGES_USER }}
|
||||
GITHUBPACKAGES_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
||||
additional_version: "-build-${{ github.run_number }}"
|
||||
additional_version: "-build${{ github.run_number }}"
|
||||
|
Loading…
Reference in New Issue
Block a user