Skip to content

Commit 4438c6a

Browse files
add thomas' comments
1 parent 35677e4 commit 4438c6a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ on:
88
required: true
99

1010
jobs:
11-
release-manager:
11+
release:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616

17-
18-
1917
- name: Set up Docker Buildk
2018
uses: docker/setup-buildx-action@v1
2119
with:
@@ -36,3 +34,12 @@ jobs:
3634
push: true
3735
tags: "registry.scality.com/bert-e/bert-e:${{ github.event.inputs.tag }}"
3836

37+
- name: Create Release
38+
uses: softprops/action-gh-release@v1
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
with:
42+
name: Release ${{ github.event.inputs.tag }}
43+
tag_name: ${{ github.event.inputs.tag }}
44+
generate_release_notes: true
45+
target_commitish: ${{ github.sha }}

0 commit comments

Comments
 (0)