Skip to content

Commit

Permalink
Merge pull request #9 from s14t284/hotfix/workflow
Browse files Browse the repository at this point in the history
hotfix workflow and update version
  • Loading branch information
rikeda71 authored Jan 9, 2022
2 parents f5f77e6 + 3208602 commit 5181dbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
paths:
- '**/*.go'

env:
GO_VERSION: 1.17
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types: [ closed ]
branches:
- 'main'
paths-ignore:
- 'README.md'
- '.gitignore'
- '.github/workflows/**'

env:
GO_VERSION: 1.17
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func initializeRootCmd() (*cobra.Command, error) {
## Generate 'Functional Option Pattern' code
$ foggo foc --struct ${STRUCT_TYPE_NAME} --package ${PACKAGE_PATH}
`,
Version: "0.0.3",
Version: "0.0.4",
}

// set arguments
Expand Down

0 comments on commit 5181dbc

Please sign in to comment.