Skip to content

fix: improve update tool output for Fresh 2 projects (#3754) #821

fix: improve update tool output for Fresh 2 projects (#3754)

fix: improve update tool output for Fresh 2 projects (#3754) #821

Workflow file for this run

name: Publish JSR
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
# Skip publishing for forks
if: github.repository_owner == 'denoland'
steps:
- uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v2
with:
cache: true
deno-version: canary
- name: Install dependencies
run: deno install
- name: Publish
run: deno publish