Skip to content

Commit

Permalink
1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Dec 15, 2023
1 parent b245eed commit 1b6bb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Package
on:
push:
branches:
- develop
- main

jobs:
publish:
Expand All @@ -12,8 +12,6 @@ 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.1",
"version": "1.0.0-beta.0",
"author": "lhlyu",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b6bb13

Please sign in to comment.