Skip to content

Commit

Permalink
Merge pull request #959 from mountaindude/942
Browse files Browse the repository at this point in the history
942
  • Loading branch information
mountaindude authored Jan 30, 2024
2 parents d4c7369 + 9767b56 commit 83a4708
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
- sp53
# timeout-minutes: 15

# if: ${{ needs.release-please.outputs.releases_created }}
if: needs.release-please.outputs.releases_created == 'true'
env:
DIST_FILE_NAME: butler
Expand Down Expand Up @@ -224,7 +223,7 @@ jobs:
- windows
- sp53
# timeout-minutes: 15
if: ${{ needs.release-please.outputs.releases_created }}
if: needs.release-please.outputs.releases_created == 'true'
env:
DIST_FILE_NAME: butler
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_PAT }}
Expand Down Expand Up @@ -328,7 +327,7 @@ jobs:
runs-on: ubuntu-latest
# timeout-minutes: 15

if: ${{ needs.release-please.outputs.releases_created }}
if: needs.release-please.outputs.releases_created == 'true'
env:
DIST_FILE_NAME: butler
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_PAT }}
Expand Down
34 changes: 22 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"express-handlebars": "^7.0.7",
"fastify": "^4.25.2",
"fastify": "^4.26.0",
"fastify-healthcheck": "^4.4.0",
"fastify-plugin": "^4.5.0",
"fs-extra": "^11.2.0",
Expand Down Expand Up @@ -104,7 +104,7 @@
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.16.0",
"xstate": "^5.5.2"
"xstate": "^5.6.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.9",
Expand Down

0 comments on commit 83a4708

Please sign in to comment.