Skip to content

chore: remove dryRun #13

chore: remove dryRun

chore: remove dryRun #13

Workflow file for this run

name: Release
on:
push:
branches: [master]
jobs:
release-to-npm:
name: NPM
uses: node-modules/github-actions/.github/workflows/npm-release.yml@npm-trusted-publish
with:
action_ref: npm-trusted-publish
release-to-jsr:
name: JSR
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
needs:
- release-to-npm
steps:
- uses: actions/checkout@v4
with:
ref: master
- name: Publish package
run: npx jsr publish