Compare commits
2 Commits
20260109.1
...
v20260109.
| Author | SHA1 | Date | |
|---|---|---|---|
|
5f1f83c2f1
|
|||
|
462c9f4833
|
@@ -55,7 +55,7 @@ jobs:
|
|||||||
echo "GITEA_TOKEN secret is missing in this run context."
|
echo "GITEA_TOKEN secret is missing in this run context."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "GITEA_TOKEN present."
|
echo "GITEA_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
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
.secrets
|
.secrets
|
||||||
.github/
|
.github/
|
||||||
.sh
|
*.sh
|
||||||
Reference in New Issue
Block a user