Skip to content

v5.2.0

v5.2.0 #9

Workflow file for this run

---
name: Publish
on:
push:
tags:
- '*'
jobs:
publish:
needs:
- lint
- test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Build and test with Rake
run: |
bundle exec rake release
with:

Check failure on line 27 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 27, Col: 9): Unexpected value 'with'
api_key: ${{secrets.RUBYGEMS_API_KEY}}