Skip to content

feat: newclient support for Update, Add, Get, GetByID, DeleteByID on … #114

feat: newclient support for Update, Add, Get, GetByID, DeleteByID on …

feat: newclient support for Update, Add, Get, GetByID, DeleteByID on … #114

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
- uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dist
version: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}