Skip to content

Commit 4299e00

Browse files
committed
build: set path on the release-please.yml config
1 parent dd3dd0e commit 4299e00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: google-github-actions/release-please-action@v4
1616
id: release
1717
with:
18+
path: ./lit-functions/
1819
token: ${{ secrets.GITHUB_TOKEN }}
1920
release-type: node
2021
- uses: actions/checkout@v4
@@ -25,7 +26,7 @@ jobs:
2526
registry-url: https://registry.npmjs.org/
2627
- run: yarn
2728
if: ${{ steps.release.outputs.release_created }}
28-
- run: yarn publish
29+
- run: yarn workspace lit-functions publish
2930
if: ${{ steps.release.outputs.release_created }}
3031
env:
3132
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)