Compare commits

...

2 Commits

Author SHA1 Message Date
baffa8f2bc 20260109.105523 2026-01-09 10:55:23 -06:00
22f6ad45ce 20260109.105452 2026-01-09 10:54:52 -06:00
2 changed files with 2 additions and 12 deletions

View File

@@ -46,20 +46,10 @@ 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
uses: akkuman/gitea-release-action
env:
TOKEN: ${{ secrets.GITEA_TOKEN }}
with:

View File

@@ -1 +1 @@
Tag: 20260109.105420
Tag: 20260109.105523