.gitea/workflows/release.yml hinzugefügt
This commit is contained in:
parent
78a902cc24
commit
b1ef171add
|
@ -0,0 +1,16 @@
|
|||
name: test
|
||||
run-name: CommentCollection
|
||||
on:
|
||||
push:
|
||||
|
||||
|
||||
jobs:
|
||||
Dump Gitea Context:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
with:
|
||||
files: |-
|
||||
**
|
Loading…
Reference in New Issue