Compare commits
8 Commits
v20250207.
...
v20260109.
| Author | SHA1 | Date | |
|---|---|---|---|
|
baffa8f2bc
|
|||
|
22f6ad45ce
|
|||
|
0d7867a79f
|
|||
|
f9f463848f
|
|||
|
5f1f83c2f1
|
|||
|
462c9f4833
|
|||
|
6259a1c164
|
|||
| d7a3fbfdaa |
@@ -46,12 +46,14 @@ jobs:
|
|||||||
git log -1 --pretty=%B
|
git log -1 --pretty=%B
|
||||||
echo EOF
|
echo EOF
|
||||||
} >> "$GITHUB_OUTPUT"
|
} >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
# 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
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action
|
||||||
|
env:
|
||||||
|
TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
token: ${{ TOKEN }}
|
||||||
files: |-
|
files: |-
|
||||||
./dist/module.json
|
./dist/module.json
|
||||||
./dist/module.zip
|
./dist/module.zip
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
.secrets
|
.secrets
|
||||||
.github/
|
.github/
|
||||||
|
*.sh
|
||||||
Reference in New Issue
Block a user