Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ee9a873440
|
|||
|
7ed54aa297
|
@@ -39,13 +39,15 @@ jobs:
|
||||
# Create a release for this specific version
|
||||
- name: Update Release with Files
|
||||
id: create_version_release
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
allowUpdates: true # Set this to false if you want to prevent updating existing releases
|
||||
name: ${{ github.event.release.name }}
|
||||
draft: ${{ github.event.release.unpublished }}
|
||||
prerelease: ${{ github.event.release.prerelease }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifacts: './module.json, ./module.zip'
|
||||
files: |-
|
||||
./module.json
|
||||
./module.zip
|
||||
tag: ${{ github.event.release.tag_name }}
|
||||
body: ${{ github.event.release.body }}
|
||||
Reference in New Issue
Block a user