Change to akkuman's release action
This commit is contained in:
@@ -68,11 +68,12 @@ jobs:
|
||||
ls -al
|
||||
|
||||
- name: Publish release
|
||||
uses: actions/create-release@v1
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_SECRET }}
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
release_name: Release ${{ github.ref_name }}
|
||||
name: Release ${{ github.ref_name }}
|
||||
files: ./ncsambawatcher.zip
|
||||
token: ${{ secrets.RELEASE_SECRET }}
|
||||
draft: true
|
||||
|
||||
Reference in New Issue
Block a user