Compare commits
2 Commits
v20260109.
...
v20260109.
| Author | SHA1 | Date | |
|---|---|---|---|
|
5de544c91e
|
|||
|
c0aa042292
|
@@ -46,12 +46,12 @@ 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
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ TOKEN }}
|
|
||||||
files: |-
|
files: |-
|
||||||
./dist/module.json
|
./dist/module.json
|
||||||
./dist/module.zip
|
./dist/module.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user