Skip to content

fix: removed test from publish as it should not be required there #51

fix: removed test from publish as it should not be required there

fix: removed test from publish as it should not be required there #51

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 package name 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 }}