We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f33942 commit dd938c8Copy full SHA for dd938c8
1 file changed
.github/workflows/go.yml
@@ -35,3 +35,8 @@ jobs:
35
36
- name: Test
37
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