Skip to content

Merge pull request 'feat: add oracle linux support' (#183) from feat/… #12

Merge pull request 'feat: add oracle linux support' (#183) from feat/…

Merge pull request 'feat: add oracle linux support' (#183) from feat/… #12

Workflow file for this run

name: goreleaser
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
with:
# This is required for the changelog to work correctly.
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6.0.0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.4.0
with:
version: "v2.12.7"
args: release --clean -f .goreleaser-github.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}