From 71cd24e6b8bac2a1b43ec294e7c837f8963f7f4f Mon Sep 17 00:00:00 2001 From: Vojtech Simetka Date: Thu, 24 Nov 2022 17:26:53 +0100 Subject: [PATCH] ci: delete release action (#8) --- .github/workflows/release_github.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/release_github.yaml 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