Configuration file and CI #4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user