Skip to content

fix(polyfill): export polyfill function (#29) #12

fix(polyfill): export polyfill function (#29)

fix(polyfill): export polyfill function (#29) #12

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 }}