Compare commits

...

2 Commits

Author SHA1 Message Date
462c9f4833 20260109.104742
Some checks failed
Release Creation / build (release) Failing after 5s
2026-01-09 10:47:42 -06:00
6259a1c164 20260109.103642
Some checks failed
Release Creation / build (release) Failing after 6s
2026-01-09 10:36:42 -06:00
2 changed files with 12 additions and 2 deletions

View File

@@ -46,7 +46,16 @@ jobs:
git log -1 --pretty=%B
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Verify GITEA_TOKEN is present
shell: bash
env:
TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
if [ -z "$TOKEN" ]; then
echo "GITEA_TOKEN secret is missing in this run context."
exit 1
fi
echo "GITEA_TOKEN present. ${TOKEN}"
# Create a release for this specific version
- name: Update Release with Files
id: create_version_release

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.env
.secrets
.github/
.github/
*.sh