generated from PepperDash/EssentialsPluginTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4151524
commit 5a437f5
Showing
4 changed files
with
63 additions
and
506 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
.github/workflows/EssentialsPlugins-builds-3-4-series-caller.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.