20260109.110049
Some checks failed
Release Creation / build (release) Failing after 6s

This commit is contained in:
2026-01-09 11:00:49 -06:00
parent 5de544c91e
commit 1f7a934b3f
2 changed files with 14 additions and 2 deletions

View File

@@ -46,12 +46,24 @@ jobs:
git log -1 --pretty=%B
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Verify GITEA_TOKEN is present
shell: bash
env:
TOKEN: ${{ github.token }}
run: |
if [ -z "$TOKEN" ]; then
echo "github.token secret is missing in this run context."
exit 1
fi
echo "github.token present. ${TOKEN}"
# Create a release for this specific version
- name: Update Release with Files
id: create_version_release
uses: akkuman/gitea-release-action@v1
env:
TOKEN: ${{ secrets.GITEA_TOKEN }}
with:
token: ${{ TOKEN }}
files: |-
./dist/module.json
./dist/module.zip

View File

@@ -1 +1 @@
Tag: 20260109.105920
Tag: 20260109.110049