Skip to content

feat: Add MFA support for AWS profiles with multi-factor authenticati… #2

feat: Add MFA support for AWS profiles with multi-factor authenticati…

feat: Add MFA support for AWS profiles with multi-factor authenticati… #2

Workflow file for this run

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