Compare commits
5 Commits
20250207.0
...
20250207.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
23a208387c
|
|||
|
004c5dbae7
|
|||
|
4cf7b9b0ed
|
|||
|
d89e549a2a
|
|||
|
51acb3f348
|
@@ -36,14 +36,8 @@ jobs:
|
|||||||
# Create a release for this specific version
|
# Create a release for this specific version
|
||||||
- name: Update Release with Files
|
- name: Update Release with Files
|
||||||
id: create_version_release
|
id: create_version_release
|
||||||
uses: ncipollo/release-action@v1.15
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true # Set this to false if you want to prevent updating existing releases
|
files: |-
|
||||||
name: ${{ github.event.release.name }}
|
./module.json
|
||||||
draft: ${{ github.event.release.unpublished }}
|
./module.zip
|
||||||
prerelease: ${{ github.event.release.prerelease }}
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
artifacts: '${{ github.workspace }}/module.json, ${{ github.workspace }}/module.zip'
|
|
||||||
tag: ${{ github.event.release.tag_name }}
|
|
||||||
body: ${{ github.event.release.body }}
|
|
||||||
title: ${{ github.event.release.tag_name }}
|
|
||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.env
|
||||||
|
.secrets
|
||||||
|
.github/
|
||||||
Reference in New Issue
Block a user