Skip to content

Release

Release #14

Workflow file for this run

name: Release
on:
workflow_dispatch:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
container:
options: --user 1001

Check failure on line 11 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: 11, Col: 7): Container image cannot be empty
steps:
- name: Configure safe directory
run: sudo git config --global --add safe.directory /github/workspace
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Release Gem
uses: discourse/publish-rubygems-action@v2-beta
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
RELEASE_COMMAND: bin/release
GIT_EMAIL: support@veryfi.com
GIT_NAME: Github Action