add experimental release posting
This commit is contained in:
parent
f34a24cbb1
commit
5784a514f1
3 changed files with 9 additions and 2 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
2
.gitpod
2
.gitpod
|
|
@ -1,2 +0,0 @@
|
|||
tasks:
|
||||
- command: npm install
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue