Change ci.yml
All checks were successful
CI / build (push) Successful in 10s
CI / release (push) Successful in 8s

This commit is contained in:
2025-06-07 13:46:15 +02:00
parent c59e7532c2
commit 2974629995

View File

@@ -67,9 +67,10 @@ jobs:
- name: Publish release
uses: actions/create-release@v1
env:
GITEA_TOKEN: ${{ secrets.RELEASE_SECRET }}
GITHUB_TOKEN: ${{ secrets.RELEASE_SECRET }}
with:
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
files: |
ncsambawatcher.zip
draft: true