Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CiotkaCierpienia committed Feb 15, 2022
1 parent 5028024 commit a58b8c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
create_tag: "true"
commit_pattern: "^Release (\\S+)"
workspace: "."
publish_command: "npm"
publish_command: "yarn"
publish_args: "--non-interactive"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "flotiq-cli",
"version": "1.4.1",
"version": "1.4.2",
"description": "Flotiq CLI",
"main": "src/command/command.js",
"private": false,
"bin": {
"flotiq": "bin/flotiq"
},
Expand Down

0 comments on commit a58b8c9

Please sign in to comment.