Skip to content

Commit

Permalink
v35
Browse files Browse the repository at this point in the history
  • Loading branch information
cheyangxing committed May 26, 2023
1 parent 550625c commit 6f1ba90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: getVersion
run: |
RELEASE_VERSION=`grep -o '"version": "[^"]*",' public/widget.json | sed 's/"version": "//' | sed 's/",$//'`
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
echo "RELEASE_VERSION=v$RELEASE_VERSION" >> $GITHUB_ENV
echo "RELEASE_VERSION=$RELEASE_VERSION"
# Install Node.js
- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion public/widget.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "widget-excalidraw",
"author": "ooooooook",
"url": "https://github.com/ooooooook/widget-excalidraw",
"version": "0.0.4",
"version": "0.0.5",
"displayName": {
"default": "excalidraw"
},
Expand Down

0 comments on commit 6f1ba90

Please sign in to comment.