We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3dd0e commit 4299e00Copy full SHA for 4299e00
.github/workflows/release-please.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: google-github-actions/release-please-action@v4
16
id: release
17
with:
18
+ path: ./lit-functions/
19
token: ${{ secrets.GITHUB_TOKEN }}
20
release-type: node
21
- uses: actions/checkout@v4
@@ -25,7 +26,7 @@ jobs:
25
26
registry-url: https://registry.npmjs.org/
27
- run: yarn
28
if: ${{ steps.release.outputs.release_created }}
- - run: yarn publish
29
+ - run: yarn workspace lit-functions publish
30
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments