Skip to content

chore(ci): configure npm, dependabot and gha (#1) #1

chore(ci): configure npm, dependabot and gha (#1)

chore(ci): configure npm, dependabot and gha (#1) #1

Workflow file for this run

name: rel
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 }}