Skip to content

chore: fix some struct names in comment (#13213) #3390

chore: fix some struct names in comment (#13213)

chore: fix some struct names in comment (#13213) #3390

Workflow file for this run

name: Check
on:
push:
branches:
- main
workflow_dispatch:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- run: echo ${GITHUB_REF}
- run: echo ${GITHUB_REF#refs/tags/}
- run: echo ${GITHUB_REF##*/}