Skip to content

upgrade the draft releaser #67

upgrade the draft releaser

upgrade the draft releaser #67

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 'stable'
- name: Build and test using make file
run: make build