Skip to content

Commit

Permalink
0812_1150
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Aug 12, 2024
1 parent 9c6f347 commit c810950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
run: |
git config --global user.signingkey ${{ secrets.ACTION_GPG }}
git config --global commit.gpgsign true
# git config --global user.name '${GITHUB_ACTOR}'
# git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
# git add -A && git commit -m '$*' --allow-empty
# git push -u origin HEAD"
- name: Install dependencies
run: npm i -D @changesets/cli @changesets/changelog-github

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

---

> [!Caution]
> 🚧 Under Development
>
> ⛔do not use
---

Library Usage
-------------

Expand Down

0 comments on commit c810950

Please sign in to comment.