Skip to content

Commit

Permalink
Use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Thomson committed Feb 9, 2022
1 parent 2153e6d commit e0ea23c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,5 @@ permissions:
contents: write # For creating releases

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Create Release
uses: softprops/action-gh-release@v1
- name: Write Release Notes
uses: lakto/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
options: '--override --data-source=commits'
call-create-release:
uses: aws-controllers-k8s/.github/.github/workflows/reusable-create-release.yaml@main

0 comments on commit e0ea23c

Please sign in to comment.