fix(index): 🔒 Update event stream projection description for sen… #18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
name: release-please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
token: ${{ secrets.FLOWCORE_MACHINE_GITHUB_TOKEN }} | |
submodules: true | |
- name: Extract version from package.json | |
uses: sergeysova/jq-action@v2 | |
id: package | |
with: | |
cmd: 'jq .name package.json -r' | |
- uses: google-github-actions/release-please-action@v3 | |
with: | |
token: ${{ secrets.FLOWCORE_MACHINE_GITHUB_TOKEN }} | |
release-type: node | |
package-name: ${{ steps.package.outputs.value }} |