Skip to content

fix: Set type to object if properties are used #90

fix: Set type to object if properties are used

fix: Set type to object if properties are used #90

Workflow file for this run

---
name: build
on:
push:
branches:
- "*"
tags-ignore:
- "*"
pull_request:
types: [opened, reopened]
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.21'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --snapshot --clean