Skip to content

Commit

Permalink
Merge pull request #59 from atlanhq/louis/092
Browse files Browse the repository at this point in the history
  • Loading branch information
louisnow committed Feb 21, 2023
2 parents 525096f + 73243c4 commit d40fd91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 10.0.0
node-version: 16.13.0
- name: Publish if version has been updated
uses: pascalgn/npm-publish-action@06e0830ea83eea10ed4a62654eeaedafb8bf50fc
uses: pascalgn/npm-publish-action@1.3.9
with: # All of theses inputs are optional
tag_name: "v%s"
tag_message: "v%s"
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": "argopm",
"version": "0.9.1",
"version": "0.9.2",
"description": "Argo package manager",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit d40fd91

Please sign in to comment.