Skip to content

Commit b9837b0

Browse files
committed
version bump to v4.7.1
1 parent c83f945 commit b9837b0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828

2929
- name: Publish
3030
run: |
31-
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
32-
npm publish --ignore-scripts
33-
env:
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31+
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
32+
pnpm publish --provenance
3533

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ecto",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Liquid, and Handlebars",
55
"type": "module",
66
"main": "./dist/ecto.js",

0 commit comments

Comments
 (0)