Skip to content

bump deps

bump deps #2

Workflow file for this run

name: Bump Version

Check failure on line 1 in .github/workflows/bump-version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bump-version.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: notify-slack
on:
workflow_dispatch:
inputs:
version:
type: choice
description: Select version type to bump
required: true
options:
- prerelease
- patch
- minor
- major
channel:
type: choice
description: Select channel to build
required: true
options:
- dev
- stage
- rc
jobs:
bump-version:
uses: holepunchto/actions/.github/workflows/bump-version.yml@v1
secrets: inherit
with:
version: ${{ inputs.version }}
labels: 'bump-version,channel-${{ inputs.channel }}'
notify-slack: # TODO