Skip to content

refactor!: remove .SeasonSlug attribute #26

refactor!: remove .SeasonSlug attribute

refactor!: remove .SeasonSlug attribute #26

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4.0.1
with:
go-version: ">=1.19"
cache: true
- uses: goreleaser/goreleaser-action@v4.3.0
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}