This commit is contained in:
@@ -46,7 +46,16 @@ 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: ${{ 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."
|
||||||
# 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
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
.secrets
|
.secrets
|
||||||
.github/
|
.github/
|
||||||
|
.sh
|
||||||
Reference in New Issue
Block a user