Update .gitea/workflows/release.yaml
All checks were successful
Release Plugins / release-plugins (push) Successful in 29s

This commit is contained in:
2024-03-14 20:01:55 +01:00
parent 36b3cd1613
commit 8851d87877

View File

@@ -2,7 +2,7 @@ name: Release Plugins
on: [push] on: [push]
jobs: jobs:
release-plugins: release-plugins:
runs-on: debian-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "Action started" - run: echo "Action started"
- name: Check out repository - name: Check out repository