Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Merge pull request #39 from dabumana/developer #5

Merge pull request #39 from dabumana/developer

Merge pull request #39 from dabumana/developer #5

Workflow file for this run

name: Release
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Versioned
id: semantic
uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Dependencies
run: sudo apt-get install libcurl4-openssl-dev
- name: Build
run: make build APP=caos