Skip to content

v1.0.0-rc.6

v1.0.0-rc.6 #6

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
publish-to-jsr:
needs: test
uses: ./.github/workflows/publish-to-jsr.yaml
secrets: inherit