Skip to content

build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.97.0 to 0.98… #43

build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.97.0 to 0.98…

build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.97.0 to 0.98… #43

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@v5
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}