Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4.7.2 #2180

chore(deps): update jamesives/github-pages-deploy-action action to v4.7.2

chore(deps): update jamesives/github-pages-deploy-action action to v4.7.2 #2180

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}