Skip to content

Fix to always use json when sending a PUT/POST #256

Fix to always use json when sending a PUT/POST

Fix to always use json when sending a PUT/POST #256

Workflow file for this run

name: Release Drafter
on:
push: {branches: [master, main, dev]}
pull_request: {branches: [master, main, dev]}
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env: {GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"}