Skip to content

Commit 0204f98

Browse files
committed
chore: update workflows config.
1 parent 9ff49a6 commit 0204f98

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

.github/workflows/ci.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -67,51 +67,51 @@ jobs:
6767
- run: cp -rp core/dist/*js website/build
6868
- run: cp -rp core/dist/*css website/build
6969

70-
- name: Is a tag created auto?
71-
id: create_tag
72-
uses: jaywcjlove/create-tag-action@v1.3.6
73-
with:
74-
package-path: ./core/package.json
75-
76-
- name: get tag version
77-
id: tag_version
78-
uses: jaywcjlove/changelog-generator@v1.5.0
79-
80-
- name: Deploy
81-
uses: peaceiris/actions-gh-pages@v3
82-
with:
83-
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
84-
github_token: ${{ secrets.GITHUB_TOKEN }}
85-
publish_dir: ./website/build
86-
87-
- name: Generate Changelog
88-
id: changelog
89-
uses: jaywcjlove/changelog-generator@v1.5.0
90-
if: steps.create_tag.outputs.successful
91-
with:
92-
head-ref: ${{ steps.create_tag.outputs.version }}
93-
filter-author: (小弟调调™|Renovate Bot|renovate-bot)
94-
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
95-
96-
- name: Create Release
97-
uses: ncipollo/release-action@v1
98-
if: steps.create_tag.outputs.successful
99-
with:
100-
token: ${{ secrets.GITHUB_TOKEN }}
101-
name: ${{ steps.changelog.outputs.tag }}
102-
tag: ${{ steps.changelog.outputs.tag }}
103-
body: |
104-
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/uiwjs/react-codemirror/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
105-
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
70+
# - name: Is a tag created auto?
71+
# id: create_tag
72+
# uses: jaywcjlove/create-tag-action@v1.3.6
73+
# with:
74+
# package-path: ./core/package.json
75+
76+
# - name: get tag version
77+
# id: tag_version
78+
# uses: jaywcjlove/changelog-generator@v1.5.0
79+
80+
# - name: Deploy
81+
# uses: peaceiris/actions-gh-pages@v3
82+
# with:
83+
# commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
84+
# github_token: ${{ secrets.GITHUB_TOKEN }}
85+
# publish_dir: ./website/build
86+
87+
# - name: Generate Changelog
88+
# id: changelog
89+
# uses: jaywcjlove/changelog-generator@v1.5.0
90+
# if: steps.create_tag.outputs.successful
91+
# with:
92+
# head-ref: ${{ steps.create_tag.outputs.version }}
93+
# filter-author: (小弟调调™|Renovate Bot|renovate-bot)
94+
# filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
95+
96+
# - name: Create Release
97+
# uses: ncipollo/release-action@v1
98+
# if: steps.create_tag.outputs.successful
99+
# with:
100+
# token: ${{ secrets.GITHUB_TOKEN }}
101+
# name: ${{ steps.changelog.outputs.tag }}
102+
# tag: ${{ steps.changelog.outputs.tag }}
103+
# body: |
104+
# Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/uiwjs/react-codemirror/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
105+
# Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
106106

107-
${{ steps.changelog.outputs.changelog }}
107+
# ${{ steps.changelog.outputs.changelog }}
108108

109-
# - run: git status
110-
# - run: npm install @jsdevtools/npm-publish -g
111-
# - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./core/package.json
109+
# # - run: git status
110+
# # - run: npm install @jsdevtools/npm-publish -g
111+
# # - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./core/package.json
112112

113-
- name: 📦 @uiw/react-layout publish to NPM
114-
uses: JS-DevTools/npm-publish@v1
115-
with:
116-
token: ${{ secrets.NPM_TOKEN }}
117-
package: ./core/package.json
113+
# - name: 📦 @uiw/react-layout publish to NPM
114+
# uses: JS-DevTools/npm-publish@v1
115+
# with:
116+
# token: ${{ secrets.NPM_TOKEN }}
117+
# package: ./core/package.json

0 commit comments

Comments
 (0)