Skip to content

Commit

Permalink
update actions & usage
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg committed Mar 21, 2024
1 parent 4d42d79 commit 1bf3151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 1bf3151

Please sign in to comment.