Skip to content

Commit a5b82ef

Browse files
committed
version didnt persisted
1 parent 1fb64bc commit a5b82ef

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build Package 🛠
2222
run: yarn build
2323
- name: Release 🚀
24-
run: npx semantic-release --dry-run --debug
24+
run: npx semantic-release --debug
2525
env:
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

release.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ module.exports = {
66
{ "release": "patch" },
77
],
88
}],
9+
"@semantic-release/release-notes-generator",
910
["@semantic-release/npm", {
1011
"pkgRoot": "build",
1112
}],
13+
"@semantic-release/github",
1214
],
1315
};

0 commit comments

Comments
 (0)