Skip to content

0.0.7

0.0.7 #11

Workflow file for this run

name: release
#on: [workflow_dispatch]
on:
release:
types: [created]
jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: go test -v -p=1 -timeout=0 ./...
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
project_path: "./"
binary_name: "cmon_exporter"