diff --git a/.github/workflows/release_github.yaml b/.github/workflows/release_github.yaml deleted file mode 100644 index 90526cd..0000000 --- a/.github/workflows/release_github.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# On each new commit to master, create/update a PR with release -# automatically bumps version and creates changelog as per conventional commits -name: Release Github - -on: - push: - branches: - - main - -jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: GoogleCloudPlatform/release-please-action@v3 - id: release - with: - release-type: node - package-name: theoutlet