mirror of
https://github.com/LibraHp/GetQzonehistory.git
synced 2025-02-23 14:09:07 +00:00
Update build-and-release.yml
This commit is contained in:
parent
9a116c1fad
commit
9dddc7ee13
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -150,7 +150,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
gh release delete ${{ env.LATEST_RELEASE_TAG }} --cleanup-tag -y || true
|
gh release delete ${{ env.LATEST_RELEASE_TAG }} --cleanup-tag -y || true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.DEPLOY_KEY }}
|
||||||
|
|
||||||
- name: Create Release and Upload Assets
|
- name: Create Release and Upload Assets
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
@ -159,4 +159,4 @@ jobs:
|
|||||||
body: 'This release was created by GitHub Actions automatically. There is the latest version of GetQzonehistory.'
|
body: 'This release was created by GitHub Actions automatically. There is the latest version of GetQzonehistory.'
|
||||||
files: './*.zip'
|
files: './*.zip'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.DEPLOY_KEY }
|
||||||
|
Loading…
Reference in New Issue
Block a user