mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2026-03-29 23:35:32 +02:00
fix: add GH_TOKEN environment variable
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -84,6 +84,8 @@ jobs:
|
||||
|
||||
- name: Create Release if not exists
|
||||
if: github.event_name == 'push'
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
# Check if release exists, create if not
|
||||
if ! gh release view ${{ github.ref_name }} &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user