Skip to content

build(deps): bump serve-static from 1.15.0 to 1.16.0 in /examples/rn-expo #214

build(deps): bump serve-static from 1.15.0 to 1.16.0 in /examples/rn-expo

build(deps): bump serve-static from 1.15.0 to 1.16.0 in /examples/rn-expo #214

Workflow file for this run

name: Draft Release
on:
push:
branches: [master]
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}