Skip to content

Extend generation of MX_Device.h (USBH instance, MCI mode) (#64) #14

Extend generation of MX_Device.h (USBH instance, MCI mode) (#64)

Extend generation of MX_Device.h (USBH instance, MCI mode) (#64) #14

Workflow file for this run

name: Release
on:
push:
tags:
- "*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}