From a958beb1da6ae7801bb97669b01eeca694fd79e7 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 21 Mar 2024 08:18:14 -0700 Subject: [PATCH] update actions & usage (#41) --- .github/workflows/release.yml | 3 ++- main.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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{