Skip to content

Commit

Permalink
ci: disable npm publish for debugging release-it workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Aug 22, 2024
1 parent adb2eac commit 7fdd9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]
},
"npm": {
"publish": true,
"publish": false,
"publishArgs": [
"--provenance"
]
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": "@evva-sfw/abrevva-react-native",
"version": "0.1.1",
"version": "0.1.2",
"author": "EVVA Sicherheitstechnologie GmbH",
"description": "The EVVA React-Native Module is a collection of tools to work with electronical EVVA access components. It allows for scanning and connecting via BLE.",
"source": "./src/index.tsx",
Expand Down

0 comments on commit 7fdd9d3

Please sign in to comment.