Skip to content

Merge pull request #170 from GoogleCloudPlatform/fix-releaser #25

Merge pull request #170 from GoogleCloudPlatform/fix-releaser

Merge pull request #170 from GoogleCloudPlatform/fix-releaser #25

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: Set up Go
uses: actions/setup-go@v5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }

Check failure on line 24 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / goreleaser

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 24, Col: 25): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.