Skip to content

Commit

Permalink
merge(#129): v2
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann authored Oct 10, 2024
2 parents 686f1d4 + 1a55e1f commit aa4cb22
Show file tree
Hide file tree
Showing 659 changed files with 23,924 additions and 19,980 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
args: ${{ matrix.args }}

publish-release:
needs: build-installers
needs: [build-installers, create-pre-release]
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down Expand Up @@ -117,4 +117,4 @@ jobs:
repo: context.repo.repo,
release_id: process.env.releaseId,
draft: false,
});
});
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.vscode
dist
.dist
out
node_modules
.env
Expand Down
Loading

0 comments on commit aa4cb22

Please sign in to comment.