Skip to content

Commit dd938c8

Browse files
authored
fix: refresh go mod proxy (#6)
1 parent 6f33942 commit dd938c8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ jobs:
3535

3636
- name: Test
3737
run: make test
38+
39+
- name: Refresh Go Mod Proxy
40+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
41+
run: |
42+
curl -X POST "https://proxy.golang.org/github.com/fern-api/protoc-gen-openapi/@v/${{ github.sha }}.info"

0 commit comments

Comments
 (0)