Skip to content

Update module github.com/aws/aws-sdk-go to v1.55.5 #1126

Update module github.com/aws/aws-sdk-go to v1.55.5

Update module github.com/aws/aws-sdk-go to v1.55.5 #1126

name: Release Drafter
on:
push:
branches:
- main
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-18.04
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}