Skip to content

Commit

Permalink
CI TEST (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 authored Mar 14, 2024
2 parents 9637e5c + 36c174e commit 16bfc04
Show file tree
Hide file tree
Showing 4 changed files with 905 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
fetch-depth: '0'
token: ${{ secrets.GH_TOKEN }}

- name: Set node version
uses: actions/setup-node@v3
with:
node-version: 20

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ report.*.json
ios/tmp.xcconfig

.env
.yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.env.sample

# sentry
Expand Down
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

Binary file added doc/.yarn/install-state.gz
Binary file not shown.

0 comments on commit 16bfc04

Please sign in to comment.