3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@@ -162,6 +162,9 @@ jobs:
|
|||||||
done > ../checksums.txt
|
done > ../checksums.txt
|
||||||
echo "hashes=$(cat ../checksums.txt | base64 -w0)" >> "$GITHUB_OUTPUT"
|
echo "hashes=$(cat ../checksums.txt | base64 -w0)" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
- name: Verify npm authentication
|
||||||
|
run: npm whoami --registry=https://registry.npmjs.org/
|
||||||
|
|
||||||
- run: npm --workspace @probo/n8n-nodes-probo publish --access public --dry-run
|
- run: npm --workspace @probo/n8n-nodes-probo publish --access public --dry-run
|
||||||
- run: npm --workspace @probo/n8n-nodes-probo publish --access public
|
- run: npm --workspace @probo/n8n-nodes-probo publish --access public
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/getprobo/probo.git",
|
"url": "git+https://github.com/getprobo/probo.git",
|
||||||
"directory": "packages/n8n-node"
|
"directory": "packages/n8n-node"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|||||||
Reference in New Issue
Block a user