We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea15d7c commit 3e82e81Copy full SHA for 3e82e81
.github/workflows/create-pr.yml
@@ -44,7 +44,6 @@ jobs:
44
run: |
45
PR_EXISTS=$(gh pr list --state open --base main --head canary --json number --jq '. | length')
46
echo "PR_EXISTS=$PR_EXISTS" >> $GITHUB_ENV
47
- echo $PR_EXISTS
48
env:
49
GH_TOKEN: ${{ secrets.GH_PAT }}
50
apps/dokploy/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dokploy",
3
- "version": "v0.17.2",
+ "version": "v0.17.3",
4
"private": true,
5
"license": "Apache-2.0",
6
"type": "module",
0 commit comments