Skip to content

Cut Mod Release ⭐

Cut Mod Release ⭐ #4

Workflow file for this run

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: "MicroTransactions"
metadataDescription: "Unlock Jak's moveset with orbs!"
metadataSupportedGames: "jak1"
metadataAuthors: "HimHam,barg"
metadataTags: "challenge,gameplay-mod"
metadataWebsiteUrl: "https://github.com/OpenGOAL-Mods/OG-Microtransactions"
toolingRepo: "OpenGOAL-Mods/OG-Mod-Base"
gameAssetsDir: "game/assets"
secrets:
token: ${{ secrets.GITHUB_TOKEN }}