Skip to content

Don't start event source until Rails is ready. (#117) #2

Don't start event source until Rails is ready. (#117)

Don't start event source until Rails is ready. (#117) #2

Workflow file for this run

name: Publish Release
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "${{ github.ref_name }}" \
--repo="$GITHUB_REPOSITORY" \
--title="${{ github.ref_name }}" \
--generate-notes