Skip to content

v1.0.0-rc.58

v1.0.0-rc.58 #1

Workflow file for this run

# Run tests and publish to all registries if successful.
name: Publish
on:
release:
types: [published]
jobs:
test:
uses: ./.github/workflows/test.yaml
publish-to-npm:
needs: test
uses: ./.github/workflows/publish-to-npm.yaml
secrets: inherit