Skip to content

Release

Release #8

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
bump:
description: 'Bump version by semver keyword.'
required: true
type: choice
options:
- patch
- minor
- major
permissions:
contents: write
jobs:
release:
name: Release
uses: RustForWeb/.github/.github/workflows/release.yml@dc2442c27ef9f920a1a889ec94e615b419b491b2 # v1.0.1

Check failure on line 21 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 21, Col: 15): Input bump-rust is required, but not provided while calling. .github/workflows/release.yml (Line: 21, Col: 15): Input bump-typescript is required, but not provided while calling.
with:
bump: ${{ inputs.bump }}