Skip to content

Commit 47a1c86

Browse files
Update create-release.yml
1 parent 48b1f30 commit 47a1c86

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/create-release.yml

+2-13
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,5 @@ permissions:
99
contents: write # For creating releases
1010

1111
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- name: Checkout
16-
uses: actions/checkout@v2
17-
- name: Create Release
18-
uses: softprops/action-gh-release@v1
19-
- name: Write Release Notes
20-
uses: lakto/[email protected]
21-
env:
22-
GITHUB_TOKEN: ${{ github.token }}
23-
with:
24-
options: '--override --data-source=commits'
12+
call-create-release:
13+
uses: aws-controllers-k8s/.github/.github/workflows/reusable-create-release.yaml@main

0 commit comments

Comments
 (0)