Skip to content

Publishing JSR - v2.0.2 by @petruki #9

Publishing JSR - v2.0.2 by @petruki

Publishing JSR - v2.0.2 by @petruki #9

Workflow file for this run

name: Publish JSR
run-name: Publishing JSR - ${{ github.event.inputs.tag }} by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag'
required: true
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.tag }}
- name: Publish package
run: npx jsr publish