Skip to content

Commit

Permalink
Merge remote-tracking branch 'barg/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Aug 11, 2023
2 parents c6ad215 + 6abf483 commit a6a91b4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 340 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/build-matrix.yaml

This file was deleted.

175 changes: 0 additions & 175 deletions .github/workflows/bundler.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/cut-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 🏭 Cut Mod Release

on:
workflow_dispatch:
inputs:
bump:
description: 'Semver Bump Type'
required: true
default: 'patch'
type: choice
options:
- patch
- minor
- major

permissions:
contents: write

jobs:
cut_release:
name: "Cut Release"
uses: open-goal/mod-bundling-tools/.github/workflows/mod-bundler.yml@v1
with:
semverBump: ${{ inputs.bump }}
metadataName: "Test Mod Bundle"
metadataDescription: "This is a test mod bundle. 2"
metadataSupportedGames: "jak1"
metadataAuthors: "barg,vaser"
metadataTags: "rng,gameplay"
metadataWebsiteUrl: "https://www.example.com/this/is/optional"
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
103 changes: 0 additions & 103 deletions .github/workflows/release-pipeline.yaml

This file was deleted.

0 comments on commit a6a91b4

Please sign in to comment.