Skip to content

Commit

Permalink
version didnt persisted
Browse files Browse the repository at this point in the history
  • Loading branch information
pablospaniard committed Mar 15, 2022
1 parent 1fb64bc commit a5b82ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build Package 🛠
run: yarn build
- name: Release 🚀
run: npx semantic-release --dry-run --debug
run: npx semantic-release --debug
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ module.exports = {
{ "release": "patch" },
],
}],
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"pkgRoot": "build",
}],
"@semantic-release/github",
],
};

0 comments on commit a5b82ef

Please sign in to comment.