20250207.080312
Some checks failed
Release Creation / build (release) Failing after 12s

This commit is contained in:
2025-02-07 08:03:12 -06:00
parent 51acb3f348
commit d89e549a2a
2 changed files with 53 additions and 10 deletions

View File

@@ -36,14 +36,8 @@ jobs:
# Create a release for this specific version
- name: Update Release with Files
id: create_version_release
uses: ncipollo/release-action@v1.15.0
uses: actions/gitea-release-action
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: '${{ 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 }}
files: |-
./module.json
./module.zip