Skip to content

Merge pull request #12 from workos/bug/useCorrectArgToGetContextForFg… #8

Merge pull request #12 from workos/bug/useCorrectArgToGetContextForFg…

Merge pull request #12 from workos/bug/useCorrectArgToGetContextForFg… #8

Workflow file for this run

name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Setup Go Env
uses: actions/setup-go@v5
with:
go-version: "^1.22.0"
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release with GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.BREW_REPO_GH_TOKEN }}