github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/extension/ext_tmpls/otherBinWorkflow.yml (about)

     1  name: release
     2  on:
     3    push:
     4      tags:
     5        - "v*"
     6  permissions:
     7    contents: write
     8  
     9  jobs:
    10    release:
    11      runs-on: ubuntu-latest
    12      steps:
    13        - uses: actions/checkout@v3
    14        - uses: cli/gh-extension-precompile@v1
    15          with:
    16            build_script_override: "script/build.sh"