parent
fbda9f536f
commit
6a45b7c733
1 changed files with 0 additions and 3 deletions
|
@ -42,13 +42,10 @@ jobs:
|
||||||
du -sh *
|
du -sh *
|
||||||
echo "---"
|
echo "---"
|
||||||
tree builds
|
tree builds
|
||||||
echo "---"
|
|
||||||
echo ${{ steps.package-version.outputs.current-version}}
|
|
||||||
- name: create release
|
- name: create release
|
||||||
id: release
|
id: release
|
||||||
uses: https://github.com/ncipollo/release-action@v1
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "builds/linux.tar.gz"
|
|
||||||
skipIfReleaseExists: false
|
skipIfReleaseExists: false
|
||||||
tag: ${{ steps.package-version.outputs.current-version}}
|
tag: ${{ steps.package-version.outputs.current-version}}
|
||||||
token: ${{ secrets.DEPLOY_TOKEN }}
|
token: ${{ secrets.DEPLOY_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue