We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0a603 commit 9df56c6Copy full SHA for 9df56c6
.github/workflows/release.yml
@@ -28,3 +28,8 @@ jobs:
28
args: release --rm-dist
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+
32
+ - name: Update godoc.org
33
+ run: |
34
+ OPERATOR_VERSION=$(git describe --tags)
35
+ curl https://proxy.golang.org/github.com/natewong1313/go-react-ssr/@v/${OPERATOR_VERSION}.info
0 commit comments