Skip to content

fix(ci): gha release workflow (#64) #4

fix(ci): gha release workflow (#64)

fix(ci): gha release workflow (#64) #4

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: denoland/setup-deno@v1
with:
deno-version: v1.37.x
- uses: actions/checkout@v3
- uses: cli/gh-extension-precompile@v1
with:
build_script_override: "script/build.sh"