Skip to content

Merge pull request #7 from solo-io/rolds/solo_ci_add_attributes #4

Merge pull request #7 from solo-io/rolds/solo_ci_add_attributes

Merge pull request #7 from solo-io/rolds/solo_ci_add_attributes #4

Workflow file for this run

# Automates creation of Binaries using go-releaser
# More info: https://github.com/goreleaser/goreleaser-action
name: goreleaser
on:
push:
tags:
- '*'
jobs:
goreleaser:
if: github.repository == 'mdelapenya/junit2otlp'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}