Skip to content

Merge branch 'main' of github.com:ayushmanchhabra/surf #1

Merge branch 'main' of github.com:ayushmanchhabra/surf

Merge branch 'main' of github.com:ayushmanchhabra/surf #1

Workflow file for this run

name: release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- name: Release Please
uses: googleapis/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}