Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeipanov committed Mar 17, 2024
1 parent c693217 commit 2f8e3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn ci
- run: yarn lint
- run: yarn test

publish-npm:
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": "ember-essential-helpers",
"version": "0.0.3",
"version": "0.0.4",
"description": "Ember.js helpers to format boolean, money, percent and file size values",
"keywords": [
"ember",
Expand Down

0 comments on commit 2f8e3f8

Please sign in to comment.