Skip to content

fix: updated LICENSE #2

fix: updated LICENSE

fix: updated LICENSE #2

Workflow file for this run

name: goreleaser
on:
push:
tags:
- *

Check failure on line 6 in .github/workflows/goreleaser.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/goreleaser.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}