Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 (#219) #124

Bump follow-redirects from 1.15.2 to 1.15.4 (#219)

Bump follow-redirects from 1.15.2 to 1.15.4 (#219) #124

name: Release Drafter
on:
push:
branches:
- main
- 2.x
jobs:
update_release_draft:
if: github.repository_owner == 'kurkle'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}