mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
Fix broken build pipeline
This commit is contained in:
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
pkg --config package.json --output build/linux/${DIST_FILE_NAME} -t node16-linux-x64 ./build/lib/index.js --compress GZip
|
||||
|
||||
- name: Debug
|
||||
if: ${{ steps.release.outputs.src--release_created }}
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"last-release-sha": "d3fc9e6be5dea516629a436298f513d1d46f9681",
|
||||
"release-as": "9.4.0",
|
||||
"release-type": "node",
|
||||
"draft": true,
|
||||
"changelog-sections": [
|
||||
@@ -37,6 +35,8 @@
|
||||
],
|
||||
"packages": {
|
||||
"src": {
|
||||
"last-release-sha": "d3fc9e6be5dea516629a436298f513d1d46f9681",
|
||||
"release-as": "9.4.0",
|
||||
"package-name": "butler-sos"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user