Skip to content

Bump werkzeug from 3.0.1 to 3.0.3 #11

Bump werkzeug from 3.0.1 to 3.0.3

Bump werkzeug from 3.0.1 to 3.0.3 #11

name: Release Drafter
on:
push:
branches:
- master
paths-ignore:
- .github/**
- .dockerignore
- .gitignore
- README.md
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Publish release
uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # [email protected]
with:
commitish: master # workaround: https://github.com/release-drafter/release-drafter/issues/1125
publish: ${{ github.ref == 'refs/heads/master' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}