Skip to content

Commit 830a19c

Browse files
committed
Remove pnpm publish dry run
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 4ca2262 commit 830a19c

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
npm install -g pnpm@latest
6666
pnpm install --config.strict-dep-builds=true
6767
pnpm test
68-
pnpm publish --access=public --dry-run --no-git-checks
6968
env:
7069
CI: true
7170
NPM_CONFIG_PROVENANCE: true

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "11.3.0",
3+
"version": "11.3.1",
44
"exports": "./lib/cli/index.js",
55
"compilerOptions": {
66
"lib": ["deno.window"],

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "11.3.0",
3+
"version": "11.3.1",
44
"exports": "./lib/cli/index.js",
55
"include": ["*.js", "lib/**", "bin/**", "data/**", "types/**"],
66
"exclude": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "11.3.0",
3+
"version": "11.3.1",
44
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
55
"homepage": "http://github.com/cyclonedx/cdxgen",
66
"author": "Prabhu Subramanian <[email protected]>",

0 commit comments

Comments
 (0)