File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,13 @@ jobs:
3434 needs : [test]
3535 name : Publish NPM Package
3636 runs-on : ubuntu-latest
37- env :
38- GIT_AUTHOR_NAME : ' im-pipeline-bot'
39- GIT_AUTHOR_EMAIL : ' 73202619+im-pipeline-bot@users.noreply.github.com'
40- GIT_COMMITTER_NAME : ' im-pipeline-bot'
41- GIT_COMMITTER_EMAIL : ' 73202619+im-pipeline-bot@users.noreply.github.com'
42- GITHUB_TOKEN : ${{ secrets.PIPELINE_BOT_PAT }}
43- GH_TOKEN : ${{ secrets.PIPELINE_BOT_PAT }}
44- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
4537 steps :
4638 - name : Checkout
4739 uses : actions/checkout@v3
4840 with :
4941 token : ${{ secrets.PIPELINE_BOT_PAT }}
50- depth : 0
42+ fetch-depth : 0
43+ persist-credentials : true
5144
5245 - name : Setup Node
5346 uses : actions/setup-node@v3
5952 run : npm ci
6053
6154 - name : Semantic Release
55+ env :
56+ GIT_AUTHOR_NAME : ' im-pipeline-bot'
57+ GIT_AUTHOR_EMAIL : ' 73202619+im-pipeline-bot@users.noreply.github.com'
58+ GIT_COMMITTER_NAME : ' im-pipeline-bot'
59+ GIT_COMMITTER_EMAIL : ' 73202619+im-pipeline-bot@users.noreply.github.com'
60+ GITHUB_TOKEN : ${{ secrets.PIPELINE_BOT_PAT }}
61+ GH_TOKEN : ${{ secrets.PIPELINE_BOT_PAT }}
62+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
6263 run : npx semantic-release
Original file line number Diff line number Diff line change 33 "version" : " 4.0.0" ,
44 "description" : " An HTMLElement extension that provides a simple setup for Web Components using React." ,
55 "main" : " module/index.js" ,
6- "types" : " module /index.d.ts" ,
6+ "types" : " types /index.d.ts" ,
77 "exports" : {
88 "import" : " ./module/index.js" ,
99 "require" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments