Skip to content

Commit

Permalink
chore: enable semantic-release by removing the --dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Jun 25, 2024
1 parent abf38e0 commit 8578abf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
node-version: [ '18.x', '20.x', '21.x', '22.x' ]


steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -103,5 +102,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --dry-run
run: npx semantic-release

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dash0hq/opentelemetry-js-distribution.git"
Expand Down

0 comments on commit 8578abf

Please sign in to comment.