Compare commits

..

5 Commits

Author SHA1 Message Date
3f5be02ff6 Add release step 2022-03-29 16:02:42 -07:00
519fe5cad7 More debugging 2022-03-29 15:58:01 -07:00
dad92cb4a6 Debug release 2022-03-29 15:53:07 -07:00
0999a0d46a Only use Node 16.x in CI 2022-03-29 15:40:42 -07:00
a1c03cb57a Create ci.yml 2022-03-29 15:35:23 -07:00
2 changed files with 0 additions and 16 deletions

View File

@ -17,6 +17,3 @@ jobs:
- name: Release
if: github.ref_name == 'master'
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@ -1,13 +0,0 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" />
</svg>

Before

Width:  |  Height:  |  Size: 329 B