gh-hex 0.0.0

A project to create more functional versions of existing hex tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"