Skip to content

Commit

Permalink
build: set path on the release-please.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
icsaba committed Jun 23, 2024
1 parent dd3dd0e commit 4299e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
path: ./lit-functions/
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
- uses: actions/checkout@v4
Expand All @@ -25,7 +26,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn
if: ${{ steps.release.outputs.release_created }}
- run: yarn publish
- run: yarn workspace lit-functions publish
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 4299e00

Please sign in to comment.