20260109.105452

This commit is contained in:
2026-01-09 10:54:52 -06:00
parent 0d7867a79f
commit 22f6ad45ce
2 changed files with 1 additions and 11 deletions

View File

@@ -46,16 +46,6 @@ 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

View File

@@ -1 +1 @@
Tag: 20260109.105420
Tag: 20260109.105452