Skip to content

feat(updaters): aliyun #14

feat(updaters): aliyun

feat(updaters): aliyun #14

Workflow file for this run

name: Build Release
permissions:
contents: write
on:
push:
tags:
- 'v*'
workflow_dispatch: # Allows manual execution of the workflow
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
cache: true
- name: Create release on GitHub
uses: docker://goreleaser/goreleaser:latest
with:
args: release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}