Skip to content

Commit

Permalink
chore: update release ci action(v0.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntaka9576 committed Mar 26, 2024
1 parent 1c326db commit 50c493e
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.2"
var embedVersion = "0.3.0"

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.2"
version="v0.3.0"

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

0 comments on commit 50c493e

Please sign in to comment.