Skip to content

Publishing JSR - v1.1.0 by @petruki #1

Publishing JSR - v1.1.0 by @petruki

Publishing JSR - v1.1.0 by @petruki #1

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