Change to akkuman's release action
All checks were successful
CI / build (push) Successful in 10s
CI / release (push) Successful in 9s

This commit is contained in:
2025-06-07 14:01:57 +02:00
parent 45c1182947
commit 2d1eed4289

View File

@@ -68,11 +68,12 @@ jobs:
ls -al ls -al
- name: Publish release - name: Publish release
uses: actions/create-release@v1 uses: akkuman/gitea-release-action@v1
env: env:
GITHUB_TOKEN: ${{ secrets.RELEASE_SECRET }} GITHUB_TOKEN: ${{ secrets.RELEASE_SECRET }}
with: with:
tag_name: ${{ github.ref_name }} tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }} name: Release ${{ github.ref_name }}
files: ./ncsambawatcher.zip files: ./ncsambawatcher.zip
token: ${{ secrets.RELEASE_SECRET }}
draft: true draft: true