mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
✨ 一键脚本
This commit is contained in:
27
.github/workflows/agent.yml
vendored
Normal file
27
.github/workflows/agent.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
name: Agent release
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- "script/**"
|
||||
- ".gitignore"
|
||||
- "README.md"
|
||||
- "cmd/dashboard/**"
|
||||
- ".github/dashboard.yaml"
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user