Skip to content

🐛 fix auto update #177

🐛 fix auto update

🐛 fix auto update #177

Workflow file for this run

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 }}