Skip to content

fix: fixed Keplr link to proposal (#103) #43

fix: fixed Keplr link to proposal (#103)

fix: fixed Keplr link to proposal (#103) #43

Workflow file for this run

name: goreleaser
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '1.21.3'
-

Check failure on line 22 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / goreleaser

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 22, Col: 8): Unexpected value ''
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}