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 5b7219e commit 8870106Copy full SHA for 8870106
.github/workflows/draft-release.yml
@@ -14,13 +14,8 @@ on:
14
jobs:
15
release:
16
runs-on: ubuntu-latest
17
- defaults:
18
- run:
19
- working-directory: www
20
steps:
21
- uses: actions/checkout@v4
22
- with:
23
- path: www
24
25
26
with:
@@ -40,6 +35,10 @@ jobs:
40
35
tool/format-release ../www ${{ github.event.client_payload.version || github.event.inputs.version }} .
41
36
working-directory: ruby
42
37
38
+ - name: Cleanup ruby directory
39
+ run: |
+ rm -rf ruby
+
43
- name: Create Commit
44
run: |
45
git config user.name "GitHub Actions Bot"
@@ -58,4 +57,3 @@ jobs:
58
57
title: "Create release for ${{ github.event.client_payload.version || github.event.inputs.version }}"
59
body: "This is an automated pull request to create a release"
60
draft: true
61
-
0 commit comments