Skip to content

bug: Fix goreleaser config (#1431) #33

bug: Fix goreleaser config (#1431)

bug: Fix goreleaser config (#1431) #33

Workflow file for this run

name: Release
# This workflow helps with creating releases.
# This job will only be triggered when a tag (vX.X.x) is pushed
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build & publish release
run: |
make release
env:
<<<<<<< HEAD

Check failure on line 19 in .github/workflows/tag.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tag.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
GORELEASER_MOUNT_CONFIG: true
GORELEASER_IMAGE: goreleaser/goreleaser-cross:v1.21-v1.20.0
GORELEASER_RELEASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
=======
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> 8e266d837 (bug: Fix goreleaser config (#1431))