3
0

gitea actions ng2

This commit is contained in:
Michael Otto
2026-03-17 10:36:19 +01:00
parent 05e409f80f
commit b11b505d66

View File

@@ -13,3 +13,16 @@ on:
tag:
description: 'Release Tag'
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