Skip to content

関数呼び出し一の修正 #11

関数呼び出し一の修正

関数呼び出し一の修正 #11

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
env:
APP_NAME: isucrud
jobs:
build:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v4
with:
name: assets
path: ./dist/*