Skip to content

Commit

Permalink
Release v0.22.1 rc.1 (#6235)
Browse files Browse the repository at this point in the history
* Remove yarn ref in workflows

* Release GrapesJS core rc: v0.22.1-rc.1
  • Loading branch information
artf authored Oct 21, 2024
1 parent 8e9f34c commit 5555bfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-core-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish GrapesJS Core
name: Publish GrapesJS core latest
on:
push:
branches: [dev]
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/publish-core-rc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish GrapesJS Core
name: Publish GrapesJS core rc
on:
push:
branches: [dev]
Expand All @@ -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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5555bfa

Please sign in to comment.