Skip to content

build(deps): bump the aws group across 1 directory with 2 updates (#248) #45

build(deps): bump the aws group across 1 directory with 2 updates (#248)

build(deps): bump the aws group across 1 directory with 2 updates (#248) #45

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
- uses: goreleaser/goreleaser-action@v6
with:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}