Skip to content

Bump github.com/go-openapi/spec from 0.20.6 to 0.20.9 (#40) #8

Bump github.com/go-openapi/spec from 0.20.6 to 0.20.9 (#40)

Bump github.com/go-openapi/spec from 0.20.6 to 0.20.9 (#40) #8

Workflow file for this run

name: goreleaser
on:
push:
tags:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Import environment variables from file
run: cat ".github/env" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=${{ env.golang-version }}"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}