mirror of
https://github.com/noviceli/jetbra
synced 2024-11-22 21:26:25 +03:00
update release action
This commit is contained in:
parent
9ce41377b6
commit
967f747c96
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -42,6 +42,9 @@ jobs:
|
||||||
# Delete the release
|
# Delete the release
|
||||||
curl -X DELETE -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/${{ github.repository }}/releases/${RELEASE_ID}"
|
curl -X DELETE -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/${{ github.repository }}/releases/${RELEASE_ID}"
|
||||||
|
|
||||||
|
- name: xxx
|
||||||
|
run: |
|
||||||
|
ls -l
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
git config user.email "novice88@users.noreply.github.com"
|
git config user.email "novice88@users.noreply.github.com"
|
||||||
|
|
Loading…
Add table
Reference in a new issue