This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
name: Release Creation
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -46,12 +45,12 @@ jobs:
|
||||
git log -1 --pretty=%B
|
||||
echo EOF
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
|
||||
# Create a release for this specific version
|
||||
- name: Update Release with Files
|
||||
id: create_version_release
|
||||
uses: akkuman/gitea-release-action
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
token: ${{ TOKEN }}
|
||||
files: |-
|
||||
./dist/module.json
|
||||
./dist/module.zip
|
||||
|
||||
Reference in New Issue
Block a user