Skip to content

Commit 692092c

Browse files
committed
fix: dont create drafts
1 parent c479fd7 commit 692092c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
for file in deploy-prod/*; do
145145
echo "Uploading $file to release..."
146146
gh release upload "${release_name}" "$file" --clobber
147-
done
147+
done
148148
149149
- name: Upload to Cloudflare
150150
if: inputs.RELEASE_CREATED == 'false'

.github/workflows/release-production.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
name: Publish Release to Digital Ocean
1+
name: Publish Release
22

33
on:
4-
release:
5-
types: [published]
64
workflow_dispatch:
75
inputs:
86
version:
97
description: 'Tag to update'
108
required: true
119

12-
1310
jobs:
1411
publish-to-digital-ocean:
1512
runs-on: ubuntu-latest

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
]
1212
}
1313
},
14-
"always-update": true,
1514
"include-component-in-tag": false,
16-
"draft": true,
15+
"draft": false,
1716
"changelog-path": "api/CHANGELOG.md"
1817
}

0 commit comments

Comments
 (0)