Skip to content

feat: introduce setElementRef in useEventListener to watch target #46

feat: introduce setElementRef in useEventListener to watch target

feat: introduce setElementRef in useEventListener to watch target #46

name: Publish
on:
push:
branches:
- canary
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
canary:
runs-on: 'ubuntu-latest'
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
# with:
# version: 8
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- name: Create Canary Release Pull Request or Canary Publish
id: changesets
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
publish: pnpm release