pantry/.github/workflows/new-version.yml
Jacob Heider 3245fb5fc8
just requires cargo to build (#4)
* just requires cargo to build

* add in .github workflows

* README deps
2022-10-31 14:00:24 -04:00

17 lines
383 B
YAML

name: new-version
run-name: new-version (${{ inputs.projects }})
on:
workflow_dispatch:
inputs:
projects:
description: eg. `foo.com@1.2.3 bar.com@2.3.4`
required: true
type: string
jobs:
build:
uses: teaxyz/pantry.core/.github/workflows/build.yml@main
with:
projects: ${{ inputs.projects }}
upload: true
secrets: inherit