Skip to content

fix: virtual path support (#237) #126

fix: virtual path support (#237)

fix: virtual path support (#237) #126

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
- uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dist
version: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}