Skip to content

Commit 8578abf

Browse files
committed
chore: enable semantic-release by removing the --dry-run flag
1 parent abf38e0 commit 8578abf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
matrix:
1717
node-version: [ '18.x', '20.x', '21.x', '22.x' ]
1818

19-
2019
steps:
2120
- uses: actions/checkout@v4
2221
with:
@@ -103,5 +102,5 @@ jobs:
103102
env:
104103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105104
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
106-
run: npx semantic-release --dry-run
105+
run: npx semantic-release
107106

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"LICENSE",
2626
"README.md"
2727
],
28+
"publishConfig": {
29+
"access": "public"
30+
},
2831
"repository": {
2932
"type": "git",
3033
"url": "git+https://github.com/dash0hq/opentelemetry-js-distribution.git"

0 commit comments

Comments
 (0)