Skip to content

build(deps): bump github.com/hashicorp/hcp-sdk-go (#549) #50

build(deps): bump github.com/hashicorp/hcp-sdk-go (#549)

build(deps): bump github.com/hashicorp/hcp-sdk-go (#549) #50

Workflow file for this run

name: goreleaser
on:
push:
branches:
- "!*"
tags:
- "v*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}