ci: remove semantic-release and github actions

This commit is contained in:
Derrick Hammer 2024-02-12 19:53:00 -05:00
parent 8be4e311fd
commit 109278021d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 1 additions and 15 deletions

View File

@ -1,13 +0,0 @@
name: Build/Publish
on:
push:
branches:
- master
- develop
- develop-*
jobs:
main:
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
secrets: inherit

View File

@ -16,8 +16,7 @@
"readme": "ERROR: No README data found!",
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build",
"semantic-release": "semantic-release"
"build": "run build"
},
"dependencies": {
"@lumeweb/libs5": "^0.1.0-develop.82",