Skip to content

Commit 6f84d81

Browse files
committed
Opt: Release stuff and the goreportcard
1 parent ee40099 commit 6f84d81

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Make All
2323
run: make multi VERSION="${{ github.ref_name }}"
2424

25+
- name: Publishing
26+
run: GOPROXY=proxy.golang.org go list -m github.com/Driver-C/tryssh@latest
27+
2528
- name: Run GoReleaser
2629
uses: goreleaser/goreleaser-action@v4
2730
with:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# tryssh
22

3+
[![Go Report Card](https://goreportcard.com/badge/github.com/Driver-C/tryssh)](https://goreportcard.com/report/github.com/Driver-C/tryssh)
4+
35
English | [简体中文](README_zh.md)
46

57
`tryssh` is a command line SSH terminal tool with password guessing function.

README_zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# tryssh
22

3+
[![Go Report Card](https://goreportcard.com/badge/github.com/Driver-C/tryssh)](https://goreportcard.com/report/github.com/Driver-C/tryssh)
4+
35
[English](README.md) | 简体中文
46

57
`tryssh`是一个具有密码猜测功能的命令行SSH终端工具。

0 commit comments

Comments
 (0)