Skip to content

Commit 3f559f5

Browse files
committed
adding title
1 parent 6803e5b commit 3f559f5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/release-layer-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Create Release
19-
run: gh release create ${{ github.ref_name }} --draft
19+
run: gh release create ${{ github.ref_name }} --draft --title ${{ github.ref_name }}
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
build-layer:

.github/workflows/release-layer-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Create Release
19-
run: gh release create ${{ github.ref_name }} --draft
19+
run: gh release create ${{ github.ref_name }} --draft --title ${{ github.ref_name }}
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
build-layer:

.github/workflows/release-layer-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Create Release
19-
run: gh release create ${{ github.ref_name }} --draft
19+
run: gh release create ${{ github.ref_name }} --draft --title ${{ github.ref_name }}
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
build-layer:

.github/workflows/release-layer-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Create Release
19-
run: gh release create ${{ github.ref_name }} --draft
19+
run: gh release create ${{ github.ref_name }} --draft --title ${{ github.ref_name }}
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
build-layer:

.github/workflows/release-layer-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Create Release
19-
run: gh release create ${{ github.ref_name }} --draft
19+
run: gh release create ${{ github.ref_name }} --draft --title ${{ github.ref_name }}
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
build-layer:

0 commit comments

Comments
 (0)