mirror of
https://github.com/acid-info/Kurate.git
synced 2025-02-12 07:46:25 +00:00
ci: delete release action (#8)
This commit is contained in:
parent
fa05e0aacd
commit
71cd24e6b8
18
.github/workflows/release_github.yaml
vendored
18
.github/workflows/release_github.yaml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user