gitea actions ng2
This commit is contained in:
@@ -13,3 +13,16 @@ on:
|
|||||||
tag:
|
tag:
|
||||||
description: 'Release Tag'
|
description: 'Release Tag'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-plugin:
|
||||||
|
runs-on: alpine-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Abhängigkeiten installieren
|
||||||
|
shell: sh
|
||||||
|
run: |
|
||||||
|
apk add --no-cache bash jq git
|
||||||
Reference in New Issue
Block a user