Skip to content

feat: add html index #6

feat: add html index

feat: add html index #6

Workflow file for this run

name: Build & release plugin-data-extractor
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🐢 Set up Go
with:
cache-dependency-path: go.sum
go-version-file: go.mod
uses: actions/setup-go@v5
- name: ⚙️ Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}