mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
chore: remove semantic-release for now
This commit is contained in:
parent
0d74318a98
commit
9a855482e1
30
.github/workflows/build_release_vitepress.yml
vendored
30
.github/workflows/build_release_vitepress.yml
vendored
@ -49,21 +49,21 @@ jobs:
|
||||
with:
|
||||
name: production-files
|
||||
path: dist/
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm install -g conventional-changelog-conventionalcommits
|
||||
- run: npm install -g semantic-release@v19.0.5
|
||||
- run: npm install -g @semantic-release/exec
|
||||
- run: npm install -g @semantic-release/git
|
||||
- run: npm install -g @semantic-release/release-notes-generator
|
||||
- run: npm install -g @semantic-release/changelog
|
||||
- run: npm install -g @semantic-release/github
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: semantic-release
|
||||
#- name: Setup node
|
||||
# uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: 18
|
||||
#- run: npm install -g conventional-changelog-conventionalcommits
|
||||
#- run: npm install -g semantic-release@v19.0.5
|
||||
#- run: npm install -g @semantic-release/exec
|
||||
#- run: npm install -g @semantic-release/git
|
||||
#- run: npm install -g @semantic-release/release-notes-generator
|
||||
#- run: npm install -g @semantic-release/changelog
|
||||
#- run: npm install -g @semantic-release/github
|
||||
#- name: Release
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# run: semantic-release
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user