Skip to content

Getting started on a release workflow #1

Getting started on a release workflow

Getting started on a release workflow #1

Workflow file for this run

name: "Release Ruby Gems & NPM Packages"
on:
workflow_dispatch:
inputs:
versionBump:
description: 'Version Bump'
required: true
default: 'patch'
type: choice
options:
- patch
- minor
- major
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubunto-latest
steps:
- uses: actions/checkout@v3

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
- uses: "ruby/setup-ruby@v1"
with:
bundler-cache: true