Skip to content

Commit

Permalink
ci: add updated build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker committed Apr 22, 2024
1 parent 4151524 commit 5a437f5
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 506 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/EssentialsPlugins-builds-3-4-series-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build Essentials Plugin

on:
push:
branches:
- '**'

jobs:
getVersion:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
secrets: inherit
build-3Series:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main
secrets: inherit
needs: getVersion
with:
newVersion: ${{ needs.getVersion.outputs.newVersion }}
version: ${{ needs.getVersion.outputs.version }}
tag: ${{ needs.getVersion.outputs.tag }}
channel: ${{ needs.getVersion.outputs.channel }}
build-4Series:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-4Series-builds.yml@main
secrets: inherit
needs: getVersion
with:
newVersion: ${{ needs.getVersion.outputs.newVersion }}
version: ${{ needs.getVersion.outputs.version }}
tag: ${{ needs.getVersion.outputs.tag }}
channel: ${{ needs.getVersion.outputs.channel }}
279 changes: 0 additions & 279 deletions .github/workflows/essentialsplugins-betabuilds.yml

This file was deleted.

Loading

0 comments on commit 5a437f5

Please sign in to comment.