fix: cleanup release

This commit is contained in:
2023-03-06 10:06:15 +01:00
parent 4a54c3ec8a
commit c2d255a7fb
2 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
name: release-please
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
@@ -17,9 +19,6 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: ./.github/actions/build
if: ${{ steps.release.outputs.release_created }}
- run: pnpm test
if: ${{ steps.release.outputs.release_created }}
- run: pnpm publish
if: ${{ steps.release.outputs.release_created }}
env: