Skip to content

Commit 5039721

Browse files
authored
Merge pull request #4 from kyaukyuai/chore/github-actions
Chore/GitHub actions
2 parents d892a2f + a7cea50 commit 5039721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Package
22
on:
33
release:
4-
types: [created]
4+
types: [published]
55
jobs:
66
build:
77
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-react-embedded-widget-starter",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "building an embedded widget with react and typescript",
55
"main": "dist/embedded-widget.js",
66
"author": "Yuya Kakui https://github.com/kyaukyuai",

0 commit comments

Comments
 (0)