This commit is contained in:
10
.gitea/workflows/release.yaml
Normal file
10
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
name: Release Plugins
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
release-plugins:
|
||||||
|
runs-on: debian-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Action started"
|
||||||
|
- name: Check out repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- run: ls ${{ gitea.workspace }}
|
||||||
Reference in New Issue
Block a user