File tree 2 files changed +10
-17
lines changed
2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -148,19 +148,19 @@ jobs:
148
148
- name : semanticRelease
149
149
id : semantic-release
150
150
run : |
151
- DEBUG=semantic-release:* npx semantic-release -t \${version}
151
+ DEBUG=semantic-release:* npx semantic-release --dry-run
152
152
env :
153
153
GITHUB_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
154
154
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
155
- - name : Update release
156
- run : |
157
- fileName="$GITHUB_WORKSPACE/.github/scripts/update-release.js"
158
- node -e "require('$fileName').updateRelease()"
159
- env :
160
- REPO_ACCESS_TOKEN : ${{ github.token }}
161
- TAG_NAME : ${{ steps.semantic-release.outputs.TAG_NAME }}
162
- RELEASE_BODY : ${{needs.update-api-specs.outputs.change-log}}
163
- REPO_NAME : ${{ github.repository }}
155
+ # - name: Update release
156
+ # run: |
157
+ # fileName="$GITHUB_WORKSPACE/.github/scripts/update-release.js"
158
+ # node -e "require('$fileName').updateRelease()"
159
+ # env:
160
+ # REPO_ACCESS_TOKEN: ${{ github.token }}
161
+ # TAG_NAME: ${{ steps.semantic-release.outputs.TAG_NAME }}
162
+ # RELEASE_BODY: ${{needs.update-api-specs.outputs.change-log}}
163
+ # REPO_NAME: ${{ github.repository }}
164
164
triggerCliWorkflow :
165
165
runs-on : ubuntu-latest
166
166
needs : [ update-api-specs, release]
Original file line number Diff line number Diff line change 58
58
"changelogFile" : " CHANGES.md"
59
59
}
60
60
],
61
- " @semantic-release/npm" ,
62
- [
63
- " @semantic-release/github" ,
64
- {
65
- "successComment" : false
66
- }
67
- ],
68
61
[
69
62
" @semantic-release/git" ,
70
63
{
You can’t perform that action at this time.
0 commit comments