We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8ad89 commit bb09bcaCopy full SHA for bb09bca
2 files changed
.github/workflows/publish.yml
@@ -1,8 +1,9 @@
1
name: "Publish"
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ branches:
6
+ - main
7
workflow_dispatch:
8
9
jobs:
@@ -48,6 +49,9 @@ jobs:
48
49
- name: Install package.json dependencies with pnpm
50
run: pnpm install
51
52
+ - name: Build the package
53
+ run: pnpm build
54
+
55
- name: Publish the package in the npm registry
56
run: pnpm publish --access public
57
env:
package.json
@@ -1,6 +1,6 @@
{
"name": "@posthog/wizard",
- "version": "0.7.0",
+ "version": "0.7.1",
"homepage": "https://github.com/posthog/wizard",
"repository": "https://github.com/posthog/wizard",
"description": "The PostHog wizard helps you to configure your project",
0 commit comments