Skip to content

Remove sample target in favour or self-profiling (#4) #4

Remove sample target in favour or self-profiling (#4)

Remove sample target in favour or self-profiling (#4) #4

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
permissions:
packages: write
contents: write
concurrency: ${{ github.workflow }}
jobs:
artifacts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker Login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- name: Publish Release
env:
GITHUB_TOKEN: ${{ github.token }}
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean