Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit d7c41cb

Browse files
committed
release: bump version to v1.3.27 @ahmadrizal1st/tun8n
1 parent a9c9252 commit d7c41cb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Tunn8n to GitHub Packages
1+
name: Publish Tun8n to GitHub Packages
22

33
on:
44
push:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"reverse-proxy",
1515
"devops"
1616
],
17-
"homepage": "https://github.com/tun8n/#readme",
17+
"homepage": "https://github.com/ahmadrizal1st/tun8n#readme",
1818
"bugs": {
19-
"url": "https://github.com/tun8n/issues"
19+
"url": "https://github.com/ahmadrizal1st/tun8n/issues"
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/tun8n.git",
23+
"url": "git+https://github.com/ahmadrizal1st/tun8n.git",
2424
"directory": "./"
2525
},
2626
"license": "MIT",
@@ -49,13 +49,13 @@
4949
"LICENSE"
5050
],
5151
"scripts": {
52+
"prepublishOnly": "chmod +x bin/index.js",
5253
"test": "jest"
5354
},
5455
"engines": {
5556
"node": ">=14.0.0"
5657
},
5758
"publishConfig": {
58-
"registry": "https://npm.pkg.github.com",
5959
"access": "public"
6060
}
6161
}

0 commit comments

Comments
 (0)