Skip to content

Merge pull request #390 from arifmahmudrana/bugfix/389-payment-struct… #70

Merge pull request #390 from arifmahmudrana/bugfix/389-payment-struct…

Merge pull request #390 from arifmahmudrana/bugfix/389-payment-struct… #70

Workflow file for this run

name: goreleaser
on:
workflow_dispatch:
push:
tags:
- "*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}