Skip to content

fix: make cache optional #33

fix: make cache optional

fix: make cache optional #33

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: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest
default-branch: main