Skip to content

Commit 05f06be

Browse files
authored
fix: Craft expects package.json to have previous version (#4)
1 parent 2c38229 commit 05f06be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
merge_target:
1212
description: Target branch to merge into. Uses the default branch as a fallback (optional)
1313
required: false
14-
default: master
14+
default: main
1515
jobs:
1616
release:
1717
runs-on: ubuntu-20.04

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-cpu-profiler",
3-
"version": "2.0.0",
3+
"version": "1.3.3",
44
"description": "Binaries for Sentry Node Profiling",
55
"repository": "git://github.com/getsentry/sentry-javascript-profiling-node-binaries.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/profiling-node",

0 commit comments

Comments
 (0)