Skip to content

Commit

Permalink
v0.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Nov 2, 2021
1 parent 5ed431b commit 638b360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

publish:
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Kontrolio() {
app := &cli.App{
Name: "kontrolio",
Usage: "Your cli time clock, clock card machine, punch clock or time recorder",
Version: "0.0.44",
Version: "0.0.46",

Commands: []*cli.Command{
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kontrolio/cli",
"version": "0.0.45",
"version": "0.0.46",
"main": "",
"author": "Marcelo Cardoso <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 638b360

Please sign in to comment.