Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7ed54aa297
|
|||
|
0e9d62ccd0
|
@@ -18,6 +18,8 @@ jobs:
|
|||||||
- run: echo ${{ github.repository }}
|
- run: echo ${{ github.repository }}
|
||||||
- run: echo ${{ gitea.repository }}
|
- run: echo ${{ gitea.repository }}
|
||||||
- run: echo ${{ github.event.release.tag_name }}
|
- run: echo ${{ github.event.release.tag_name }}
|
||||||
|
- run: echo ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- run: echo ${{ github.event.release.name }}
|
||||||
|
|
||||||
# Substitute the Manifest and Download URLs in the module.json
|
# Substitute the Manifest and Download URLs in the module.json
|
||||||
- name: Substitute Manifest and Download Links For Versioned Ones
|
- name: Substitute Manifest and Download Links For Versioned Ones
|
||||||
@@ -37,13 +39,13 @@ 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
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true # Set this to false if you want to prevent updating existing releases
|
allowUpdates: true # Set this to false if you want to prevent updating existing releases
|
||||||
name: ${{ github.event.release.name }}
|
name: ${{ github.event.release.name }}
|
||||||
draft: ${{ github.event.release.unpublished }}
|
draft: ${{ github.event.release.unpublished }}
|
||||||
prerelease: ${{ github.event.release.prerelease }}
|
prerelease: ${{ github.event.release.prerelease }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
artifacts: './module.json, ./module.zip'
|
files: './module.json, ./module.zip'
|
||||||
tag: ${{ github.event.release.tag_name }}
|
tag: ${{ github.event.release.tag_name }}
|
||||||
body: ${{ github.event.release.body }}
|
body: ${{ github.event.release.body }}
|
||||||
Reference in New Issue
Block a user