Skip to content

Merge pull request #188 from mona-actions/feat/json-output #6

Merge pull request #188 from mona-actions/feat/json-output

Merge pull request #188 from mona-actions/feat/json-output #6

Workflow file for this run

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