Skip to content

Commit 9df56c6

Browse files
committed
Update release action
1 parent 4d0a603 commit 9df56c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ jobs:
2828
args: release --rm-dist
2929
env:
3030
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

Comments
 (0)