diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97626ed..ec5dcc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,5 +108,6 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: therealpaulgg.ssh-sync - max-versions-to-keep: 5 # keep only latest 5 versions + version: ${{ github.ref_name }} + release-tag: ${{ github.ref_name }} token: ${{ secrets.ACCESS_TOKEN_CLASSIC }} diff --git a/main.go b/main.go index 26723b5..8b22691 100644 --- a/main.go +++ b/main.go @@ -13,6 +13,7 @@ var version string func main() { app := &cli.App{ Name: "ssh-sync", + Usage: "sync your ssh keys to a remote server", Version: version, Description: "Syncs your ssh keys to a remote server", Commands: []*cli.Command{