astroband/ruby-stellar-sdk

View on GitHub
.github/workflows/release-please.yml

Summary

Maintainability
Test Coverage
name: release-please

on:
  push:
    branches: [ release ]
  workflow_dispatch:

jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
    - id: release
      uses: google-github-actions/release-please-action@v4.1
      with:
        config-file: .github/release-please-config.json
        manifest-file: .github/release-please-manifest.json