Skip to content

Commit

Permalink
checkout develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Dec 15, 2023
1 parent 8f93a84 commit b245eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: 检出代码
uses: actions/checkout@v4
with:
ref: develop

- name: 安装Pnpm
uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lhlyu/vue-virtual-waterfall",
"description": "vue3 virtual waterfall component",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"author": "lhlyu",
"repository": {
"type": "git",
Expand Down

0 comments on commit b245eed

Please sign in to comment.