Skip to content

Bump Version

Bump Version #35

Workflow file for this run

name: Bump Version
on:
workflow_dispatch:
inputs:
version:
description: 'Version to bump to'
required: true
jobs:
bump-version:
uses: stellar/actions/.github/workflows/rust-bump-version.yml@main
permissions:
workflows: read

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

View workflow run for this annotation

GitHub Actions / Bump Version

Invalid workflow file

The workflow is not valid. .github/workflows/bump-version.yml (Line: 15, Col: 7): Unexpected value 'workflows'
with:
version: ${{ inputs.version }}