Skip to content

Commit 025b9b1

Browse files
committed
Bump version and fix publish workflow
1 parent ca4e0da commit 025b9b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

4-
name: React paper renderer
4+
name: Publish to NPM
55

66
on:
77
release:
@@ -28,6 +28,7 @@ jobs:
2828
node-version: 16
2929
registry-url: https://registry.npmjs.org/
3030
- run: yarn
31+
- run: yarn build
3132
- run: yarn publish
3233
env:
3334
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "react-paper-renderer",
3+
"version": "0.0.3",
34
"description": "Paper.js renderer for React",
45
"author": "Bojan Hribernik <[email protected]>",
56
"license": "MIT",

0 commit comments

Comments
 (0)