Skip to content

ci: add config for linkspector #53

ci: add config for linkspector

ci: add config for linkspector #53

Workflow file for this run

on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/[email protected]
with:
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_ACCESS_TOKEN }}