Skip to content

Ignore interpolated references during parsing (#97) #41

Ignore interpolated references during parsing (#97)

Ignore interpolated references during parsing (#97) #41

Workflow file for this run

name: 'release'
on:
push:
tags:
- 'v*'
permissions:
attestations: 'write'
contents: 'write'
id-token: 'write'
packages: 'write'
jobs:
release:
runs-on: 'ubuntu-latest'
steps:
- uses: 'docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a' # ratchet:docker/setup-qemu-action@v3
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
with:
fetch-depth: 0
- uses: 'actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34' # ratchet:actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: 'docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567' # ratchet:docker/login-action@v3
with:
registry: 'ghcr.io'
username: '${{ github.actor }}'
password: '${{ secrets.GITHUB_TOKEN }}'
- uses: 'goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf' # ratchet:goreleaser/goreleaser-action@v6
id: 'goreleaser'
with:
version: '~> 2'
args: 'release --clean --fail-fast'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- uses: 'actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4' # ratchet:actions/attest-build-provenance@v2
with:
subject-path: |-
dist/*.tar.gz
dist/*.zip