Skip to content

Commit 89066f6

Browse files
authored
Merge pull request #233 from nicolethoen/dry-run-agian
feat(release): more dry runs
2 parents 3061285 + 89ecb81 commit 89066f6

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
@@ -37,4 +37,4 @@ jobs:
3737
run: yarn build
3838
if: steps.dist.outputs.cache-hit != 'true'
3939
- name: Release to NPM
40-
run: npx [email protected] --dry-run
40+
run: cd packages/module && npx [email protected] --dry-run
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
'@semantic-release/commit-analyzer',
1111
'@semantic-release/release-notes-generator',
1212
'@semantic-release/github',
13-
['@semantic-release/npm', { pkgRoot: 'dist' }]
13+
'@semantic-release/npm'
1414
],
1515
tagFormat: 'prerelease-v${version}'
1616
};

0 commit comments

Comments
 (0)