Skip to content

Commit

Permalink
chore: update release ci action(v0.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntaka9576 committed Mar 21, 2024
1 parent 4b01927 commit d17fb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var Version string
var Revision = "HEAD"

var embedVersion = "0.2.1"
var embedVersion = "0.2.2"

type VersionFlag string

Expand Down
2 changes: 1 addition & 1 deletion gh-p2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

repo="shuntaka9576/gh-p2"
version="v0.2.1"
version="v0.2.2"

extension_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
version_path="${extension_path}/dist/${version}"
Expand Down

0 comments on commit d17fb0a

Please sign in to comment.