Skip to content

Add gha to trigger reindex on go proxy when new tag pushed #1

Add gha to trigger reindex on go proxy when new tag pushed

Add gha to trigger reindex on go proxy when new tag pushed #1

Workflow file for this run

name: Trigger reindex on go proxy
on:
push:
tags:
- 'v*.*.*' # Trigger only on version tags
jobs:
index-module:
runs-on: ubuntu-latest
steps:
- name: Trigger Go Proxy Indexing
run: curl https://sum.golang.org/lookup/github.com/${{ github.repository }}@${{ github.ref_name }}