Skip to content

✨ Agent 获取 IP 增加 api.myip.la #202

✨ Agent 获取 IP 增加 api.myip.la

✨ Agent 获取 IP 增加 api.myip.la #202

Workflow file for this run

name: Agent release
on:
push:
tags:
- "v*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: "^1.18.0"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}