20260109.105801
Some checks failed
Release Creation / build (push) Failing after 5s

This commit is contained in:
2026-01-09 10:58:01 -06:00
parent b528aefdd5
commit c0aa042292
2 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
name: Release Creation
on:
release:
types: [published]
push:
jobs:
build:
@@ -46,12 +45,12 @@ jobs:
git log -1 --pretty=%B
echo EOF
} >> "$GITHUB_OUTPUT"
# Create a release for this specific version
- name: Update Release with Files
id: create_version_release
uses: akkuman/gitea-release-action
uses: akkuman/gitea-release-action@v1
with:
token: ${{ TOKEN }}
files: |-
./dist/module.json
./dist/module.zip

View File

@@ -1 +1 @@
Tag: 20260109.105627
Tag: 20260109.105801