Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090f844 commit ea457aaCopy full SHA for ea457aa
2 files changed
.github/workflows/release.yml
@@ -16,7 +16,6 @@ jobs:
16
- run: npx semantic-release
17
env:
18
GITHUB_TOKEN: ${{ secrets.GR2M_PAT_FOR_SEMANTIC_RELEASE }}
19
- - run: npm run build
20
- run: >-
21
git push --force
22
https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
package.json
@@ -56,6 +56,12 @@
56
"npmPublish": false
57
}
58
],
59
+ [
60
+ "@semantic-release/exec",
61
+ {
62
+ "publishCmd": "npm run build"
63
+ }
64
+ ],
65
[
66
"@semantic-release/git",
67
{
0 commit comments