Skip to content

Commit

Permalink
ci: 🎡 测试tag
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Jan 3, 2024
1 parent 2bf6224 commit 2afaddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
BRANCH: gh-pages # 部署分支
FOLDER: gbeata-dist # 打包, 静态资源输出的目录

- name: Create Release Pull Request
# step 6. 使用 changesets 更新版本
- name: Update Version
uses: changesets/action@v1
with:
version: pnpm change:ver
publish: pnpm change:pub
commit: "ci: release"
commit: "chore: update version"
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

Expand Down

0 comments on commit 2afaddd

Please sign in to comment.