ci: delete release action (#8)

This commit is contained in:
Vojtech Simetka 2022-11-24 17:26:53 +01:00 committed by GitHub
parent fa05e0aacd
commit 71cd24e6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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