Skip to content

Commit ebba0ac

Browse files
committed
ci: publish release step
1 parent 181c04e commit ebba0ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,17 @@ jobs:
108108
draft: true
109109
files: |
110110
sqruff-*
111+
convert_release_to_not_draft:
112+
name: Convert release to not draft
113+
runs-on: ubuntu-latest
114+
permissions: write-all
115+
needs:
116+
- release
117+
- release-vsix
118+
steps:
119+
- uses: eregon/publish-release@v1
120+
with:
121+
release_id: ${{ github.event.release.tag_name }}
111122
update-homebrew-formula:
112123
name: Update Homebrew Formula
113124
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)