Skip to content

Legg til Vary: X-Json-Serializer-Option header på alle responser. (#242) #314

Legg til Vary: X-Json-Serializer-Option header på alle responser. (#242)

Legg til Vary: X-Json-Serializer-Option header på alle responser. (#242) #314

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}