Skip to content

Initial openapi generation (#18) #12

Initial openapi generation (#18)

Initial openapi generation (#18) #12

Workflow file for this run

name: Publish Gem
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build gem
run: gem build embed_workflow.gemspec
- name: Publish to RubyGems
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: gem push embed_workflow-*.gem