Skip to content

chore(release): 1.0.0-rc.1 #7

chore(release): 1.0.0-rc.1

chore(release): 1.0.0-rc.1 #7

Workflow file for this run

# This workflow runs on every push
name: lib-push
on: [push]
jobs:
lib:
uses: ./.github/workflows/lib-build.yml
secrets:
GH_NPM_TOKEN: '${{secrets.GH_NPM_TOKEN}}'