Skip to content

Add the sld (second-level domain) variable to obtain the domain name #323

Add the sld (second-level domain) variable to obtain the domain name

Add the sld (second-level domain) variable to obtain the domain name #323

Workflow file for this run

name: 🔨 Release Test
on:
pull_request:
paths:
- '**.go'
- '**.mod'
- '**.yml'
workflow_dispatch:
jobs:
release-test:
runs-on: ubuntu-latest-16-cores
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: release test
uses: goreleaser/goreleaser-action@v4
with:
args: "release --clean --snapshot"
version: latest
workdir: .