ci: rename build job from 'build-plugins' to 'deploy-plugin' in deployment workflows

This commit is contained in:
Oliver
2025-03-15 15:22:24 +01:00
parent 524adfb194
commit 6321a80442
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Deploy FancyHolograms (release)
on: on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build-plugins: deploy-plugin:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@@ -3,7 +3,7 @@ name: Deploy FancyHolograms (snapshot)
on: on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build-plugins: deploy-plugin:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: