Skip to content

fix: Add env GITHUB_TOKEN to release step #8

fix: Add env GITHUB_TOKEN to release step

fix: Add env GITHUB_TOKEN to release step #8

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ${{ github.workspace }}/go.mod
- name: Build
run: make build