Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Fix update config location #189

Fix update config location

Fix update config location #189

Workflow file for this run

#
# This runs after changes are merged to `master`.
#
name: Release
on:
pull_request:
types:
- closed
workflow_dispatch:
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: echo The PR was merged
release:
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest
default-branch: master