Fixed e2e workflow issue (#29)

* Fixed e2e workflow issue

* Updating cli version

* minor
This commit is contained in:
Deepak Dahiya
2022-08-16 17:35:44 +08:00
committed by GitHub
parent b8890ddb4c
commit ccd695dfaa
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
const VERSION = "1.0.0"
const VERSION = "1.0.1"
var rootCmd = &cobra.Command{
Use: "gh-actions-cache",