We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d892a2f + a7cea50 commit 5039721Copy full SHA for 5039721
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Publish Package
2
on:
3
release:
4
- types: [created]
+ types: [published]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-react-embedded-widget-starter",
- "version": "0.0.7",
+ "version": "0.0.8",
"description": "building an embedded widget with react and typescript",
"main": "dist/embedded-widget.js",
"author": "Yuya Kakui https://github.com/kyaukyuai",
0 commit comments