Compare commits
2 Commits
v20260109.
...
v20260109.
| Author | SHA1 | Date | |
|---|---|---|---|
|
22f6ad45ce
|
|||
|
0d7867a79f
|
@@ -46,16 +46,6 @@ jobs:
|
|||||||
git log -1 --pretty=%B
|
git log -1 --pretty=%B
|
||||||
echo EOF
|
echo EOF
|
||||||
} >> "$GITHUB_OUTPUT"
|
} >> "$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
|
# Create a release for this specific version
|
||||||
- name: Update Release with Files
|
- name: Update Release with Files
|
||||||
id: create_version_release
|
id: create_version_release
|
||||||
|
|||||||
Reference in New Issue
Block a user