Skip to content

Commit

Permalink
feat: do not fail on attempt to reupload existing package, bum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Aug 30, 2024
1 parent 7fcef66 commit f3e7645
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"pkg:build": "./scripts/build.sh",
"pkg:sign": "pl-pkg sign --all-platforms --sign-command='[\"gcloud-kms-sign\", \"{pkg}\", \"{pkg}.sig\"]'",
"pkg:publish": "pl-pkg publish packages --all-platforms",
"pkg:publish": "pl-pkg publish packages --all-platforms --skip-existing-packages",
"pkg:release": "npm run pkg:build && npm run pkg:publish",

"descriptors:build": "pl-pkg build descriptors",
Expand All @@ -23,7 +23,7 @@
"binary": {
"registry": { "name": "milaboratories" },
"name": "common/hello-world",
"version": "1.6.3",
"version": "1.7.0",
"roots": {
"linux-x64": "./build/linux-x64/hello-world",
"linux-aarch64": "./build/linux-aarch64/hello-world",
Expand All @@ -40,7 +40,7 @@
"binary": {
"registry": { "name": "milaboratories" },
"name": "common/sleep",
"version": "1.6.3",
"version": "1.7.0",
"roots": {
"linux-x64": "./build/linux-x64/sleep",
"linux-aarch64": "./build/linux-aarch64/sleep",
Expand All @@ -57,7 +57,7 @@
"binary": {
"registry": { "name": "milaboratories" },
"name": "common/guided-command",
"version": "1.6.3",
"version": "1.7.0",
"roots": {
"linux-x64": "./build/linux-x64/guided-command",
"linux-aarch64": "./build/linux-aarch64/guided-command",
Expand All @@ -74,7 +74,7 @@
"binary": {
"registry": { "name": "milaboratories" },
"name": "common/read-with-sleep",
"version": "1.6.3",
"version": "1.7.0",
"roots": {
"linux-x64": "./build/linux-x64/read-with-sleep",
"linux-aarch64": "./build/linux-aarch64/read-with-sleep",
Expand All @@ -91,7 +91,7 @@
"environment": {
"registry": { "name": "milaboratories" },
"name": "common/runenv-java-stub",
"version": "1.0.1",
"version": "1.1.0",
"type": "java",
"roots": {
"linux-x64": "./build/linux-x64/runenv-java-stub",
Expand Down

0 comments on commit f3e7645

Please sign in to comment.