add experimental release posting

This commit is contained in:
Vitaly Turovsky 2023-09-15 07:14:54 +03:00
commit 5784a514f1
3 changed files with 9 additions and 2 deletions

View file

@ -22,6 +22,8 @@ jobs:
# with:
# name: cypress-images
# path: cypress/integration/__image_snapshots__/
# todo link vercel deployment
- run: pnpx zardoy-release node
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1,2 +0,0 @@
tasks:
- command: npm install

View file

@ -20,6 +20,13 @@
],
"author": "PrismarineJS",
"license": "MIT",
"release": {
"initialVersion": {
"version": "0.1.0",
"releaseNotes": "First GH release",
"releaseNotesWithExisting": "The start of something new..."
}
},
"dependencies": {
"@dimaka/interface": "0.0.1",
"@emotion/css": "^11.11.2",