|
26 | 26 | - name: "@posthog/ai" |
27 | 27 | - name: "@posthog/nextjs-config" |
28 | 28 | - name: "@posthog/nuxt" |
| 29 | + - name: "@posthog/rollup-plugin" |
29 | 30 |
|
30 | 31 | steps: |
31 | 32 | - name: Checkout the repository |
|
58 | 59 | package_version: ${{ steps.check-package-version.outputs.committed-version }} |
59 | 60 | npm_token: ${{ secrets.NPM_TOKEN }} |
60 | 61 | github_token: ${{ secrets.GITHUB_TOKEN }} |
61 | | - |
| 62 | + |
62 | 63 | - name: Dispatch generate-references for ${{ matrix.package.name }} |
63 | 64 | if: steps.check-package-version.outputs.is-new-version == 'true' |
64 | 65 | env: |
@@ -104,15 +105,15 @@ jobs: |
104 | 105 | if: ${{ failure() }} |
105 | 106 | |
106 | 107 | with: |
107 | | - posthog-token: '${{ secrets.POSTHOG_API_TOKEN }}' |
108 | | - event: 'posthog-js-github-release-workflow-failure' |
109 | | - properties: >- |
110 | | - { |
111 | | - "commitSha": "${{ github.sha }}", |
112 | | - "jobStatus": "${{ job.status }}", |
113 | | - "commitMessage": "${{ github.event.head_commit.message }}", |
114 | | - "commitAuthor": "${{ github.event.head_commit.author.name }}", |
115 | | - "ref": "${{ github.ref }}", |
116 | | - "matrixPackage": "${{ matrix.package.name }}", |
117 | | - "packageVersion": "${{ steps.check-package-version.outputs.committed-version }}" |
118 | | - } |
| 108 | + posthog-token: "${{ secrets.POSTHOG_API_TOKEN }}" |
| 109 | + event: "posthog-js-github-release-workflow-failure" |
| 110 | + properties: >- |
| 111 | + { |
| 112 | + "commitSha": "${{ github.sha }}", |
| 113 | + "jobStatus": "${{ job.status }}", |
| 114 | + "commitMessage": "${{ github.event.head_commit.message }}", |
| 115 | + "commitAuthor": "${{ github.event.head_commit.author.name }}", |
| 116 | + "ref": "${{ github.ref }}", |
| 117 | + "matrixPackage": "${{ matrix.package.name }}", |
| 118 | + "packageVersion": "${{ steps.check-package-version.outputs.committed-version }}" |
| 119 | + } |
0 commit comments