Skip to content

refactor: show downloading process, update build #3

refactor: show downloading process, update build

refactor: show downloading process, update build #3

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Install GoReleaser
run: |
curl -sL https://git.io/goreleaser | bash
- name: Run GoReleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goreleaser release --rm-dist