Skip to content

Merge pull request #24 from input-output-hk/feature/simplify-mdlint-c… #10

Merge pull request #24 from input-output-hk/feature/simplify-mdlint-c…

Merge pull request #24 from input-output-hk/feature/simplify-mdlint-c… #10

Workflow file for this run

name: Release CLI Binary
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Earthly
uses: earthly/actions-setup@v1
with:
version: 0.7.6
- name: Build CLI
run: earthly ./cli+build && mv ./cli/bin/ci ci-linux-amd64
- name: Release CLI
uses: softprops/action-gh-release@v1
with:
files: ci-linux-amd64