ci: fix github action parsing
This commit is contained in:
parent
dda05f4cad
commit
887e79f989
|
@ -1,11 +1,13 @@
|
|||
name: Build/Publish
|
||||
'on':
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- develop-*
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- develop-*
|
||||
|
||||
jobs:
|
||||
main:
|
||||
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
||||
secrets: inherit
|
||||
main:
|
||||
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
||||
secrets: inherit
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"dependencies": {
|
||||
"@lumeweb/community-portals": "^0.1.0-develop.2",
|
||||
"@lumeweb/libportal": "0.2.0-develop.8",
|
||||
"@lumeweb/node-library-preset": "https://git.lumeweb.com/LumeWeb/node-library-preset/archive/v0.1.1-develop.8.tar.gz",
|
||||
"@lumeweb/node-library-preset": "https://git.lumeweb.com/LumeWeb/node-library-preset/archive/v0.1.1-develop.9.tar.gz",
|
||||
"@noble/curves": "^1.1.0",
|
||||
"@noble/hashes": "^1.3.1"
|
||||
},
|
||||
|
@ -1844,8 +1844,8 @@
|
|||
},
|
||||
"node_modules/@lumeweb/node-library-preset": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://git.lumeweb.com/LumeWeb/node-library-preset/archive/v0.1.1-develop.8.tar.gz",
|
||||
"integrity": "sha512-YsielWaWtT3LHPgyHy/HxMJY0/5Bo7IR7aEkuFey2uN9KrVf5RGVmPDTJV5/IoPJLt45qCfqfNgyjR1UTLk9lQ==",
|
||||
"resolved": "https://git.lumeweb.com/LumeWeb/node-library-preset/archive/v0.1.1-develop.9.tar.gz",
|
||||
"integrity": "sha512-vEEi7bV+ml4IgktckFfJlQPVmYbLHZG0pAdliA/lVtsW8dPaOIrRNgUQD88YNrB2ljoAskiIqMJjb6Tdmm2dKg==",
|
||||
"dependencies": {
|
||||
"presetter-types": "^4.0.1"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"dependencies": {
|
||||
"@lumeweb/community-portals": "^0.1.0-develop.2",
|
||||
"@lumeweb/libportal": "0.2.0-develop.8",
|
||||
"@lumeweb/node-library-preset": "https://git.lumeweb.com/LumeWeb/node-library-preset/archive/v0.1.1-develop.8.tar.gz",
|
||||
"@lumeweb/node-library-preset": "https://git.lumeweb.com/LumeWeb/node-library-preset/archive/v0.1.1-develop.9.tar.gz",
|
||||
"@noble/curves": "^1.1.0",
|
||||
"@noble/hashes": "^1.3.1"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue