Skip to content

Commit

Permalink
release: v3.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Sep 8, 2021
1 parent 9758b45 commit 63ce0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
pnpm run bundle
zip -r release.zip out/* -j
cd out
zip -r ../release.zip ./*
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server-next",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"description": "",
"author": "Innei <https://innei.ren>",
"private": true,
Expand Down

0 comments on commit 63ce0dc

Please sign in to comment.