Browse Source
Release v0.22.1 rc.1 (#6235)
* Remove yarn ref in workflows
* Release GrapesJS core rc: v0.22.1-rc.1
pull/6237/head
Artur Arseniev
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
5 additions and
5 deletions
-
.github/workflows/publish-core-latest.yml
-
.github/workflows/publish-core-rc.yml
-
packages/core/package.json
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Publish GrapesJS Core |
|
|
|
name: Publish GrapesJS core latest |
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: [dev] |
|
|
|
@ -23,4 +23,4 @@ jobs: |
|
|
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
|
|
|
run: | |
|
|
|
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ./packages/core/.npmrc |
|
|
|
yarn publish:core:latest |
|
|
|
pnpm publish:core:latest |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Publish GrapesJS Core |
|
|
|
name: Publish GrapesJS core rc |
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: [dev] |
|
|
|
@ -23,4 +23,4 @@ jobs: |
|
|
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
|
|
|
run: | |
|
|
|
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ./packages/core/.npmrc |
|
|
|
yarn publish:core:rc |
|
|
|
pnpm publish:core:rc |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
{ |
|
|
|
"name": "grapesjs", |
|
|
|
"description": "Free and Open Source Web Builder Framework", |
|
|
|
"version": "0.22.1-rc.0", |
|
|
|
"version": "0.22.1-rc.1", |
|
|
|
"author": "Artur Arseniev", |
|
|
|
"license": "BSD-3-Clause", |
|
|
|
"homepage": "http://grapesjs.com", |
|
|
|
|