Skip to content

feat: Add flags to skip prompts and avoid modifying PATH (#303) #7

feat: Add flags to skip prompts and avoid modifying PATH (#303)

feat: Add flags to skip prompts and avoid modifying PATH (#303) #7

Workflow file for this run

name: Publish
on:
push:
tags:
- "*"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: rc
- name: Publish to JSR on tag
run: |
cd shell-setup
deno run -A jsr:@david/[email protected]