Files
bryce 640a37ac72
Push to main / Reset-Version-Tag (push) Successful in 6s
run with node
2026-05-18 10:27:34 -06:00

18 lines
477 B
YAML

name: mpy-publish
description: "publishes an mpy version of the latest version tag to a generic repository"
author: "Bryce Thorup"
inputs:
repo_user:
description: Username used for authenticating with repo
required: true
repo_pass:
description: Password used for authenticating with repo
required: true
repo_url:
description: Domain for package repo
required: true
runs:
using: "composite"
steps:
- run: node $GITHUB_ACTION_PATH/action.js