Skip to content

Commit 7f0ebb5

Browse files
authored
fix(release): fix broken release 5.1.0
During update of dependencies, the wrong folder was published.
1 parent fc12cca commit 7f0ebb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ hooks:
99
preRelease:
1010
- yarn version --new-version $(./go-semantic-release next)
1111
- echo //registry.npmjs.org/:_authToken=$NPM_TOKEN >> ~/.npmrc
12-
- yarn publish
12+
- yarn publish dist
1313
- rm ~/.npmrc
1414
- yarn config set registry https://npm.pkg.github.com/@Nightapes/
1515
- echo "//npm.pkg.github.com/@Nightapes/:_authToken=$GITHUB_PAT" >> ~/.npmrc
16-
- yarn publish --verbose
16+
- yarn publish dist

0 commit comments

Comments
 (0)