Skip to content

Commit b684d50

Browse files
committed
Add gha to trigger reindex on go proxy when new tag pushed
1 parent 89d8427 commit b684d50

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Trigger reindex on go proxy
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*.*.*' # Trigger only on version tags
7+
8+
jobs:
9+
index-module:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Trigger Go Proxy Indexing
14+
run: curl https://sum.golang.org/lookup/github.com/${{ github.repository }}@${{ github.ref_name }}

0 commit comments

Comments
 (0)