Skip to content

chore(deps): update dependency rope to v1.11.0 (#195) #55

chore(deps): update dependency rope to v1.11.0 (#195)

chore(deps): update dependency rope to v1.11.0 (#195) #55

Workflow file for this run

---
name: Release
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- id: release
uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d # v3.7.12
with:
command: manifest
- if: steps.release.outputs.release_created
name: Trigger Publish
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
with:
script: |
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'publish.yaml',
ref: '${{ steps.release.outputs.tag_name }}',
})