File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ matrix:
18
18
- provider : heroku
19
19
api_key : $HEROKU_PRODUCTION_API_KEY
20
20
app : $HEROKU_APP_NAME
21
-
21
+
22
+ after_deploy :
23
+ - go get -u github.com/go-phie/gophie
24
+ - gophie version
25
+
22
26
- language : node_js
23
27
node_js : 10
24
28
env :
@@ -31,7 +35,7 @@ matrix:
31
35
- provider : script
32
36
skip_cleanup : true
33
37
script : $(npm config get prefix)/bin/stoplight publish --token $STOPLIGHT_TOKEN --url https://stoplight.io/api
34
-
38
+
35
39
36
40
notifications :
37
41
email : false
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
)
23
23
24
24
// Version : Version of Gophie
25
- const Version = "0.0.1 "
25
+ const Version = "0.3.6 "
26
26
27
27
// versionCmd represents the version command
28
28
var versionCmd = & cobra.Command {
You can’t perform that action at this time.
0 commit comments