Skip to content

chore: bump cachix/cachix-action from 14 to 15 (#211) #128

chore: bump cachix/cachix-action from 14 to 15 (#211)

chore: bump cachix/cachix-action from 14 to 15 (#211) #128

Workflow file for this run

---
name: "main: Release drafter"
on:
push:
branches:
- main
jobs:
# draft your next release notes as pull requests are merged into "master"
# the configuration is at /.github/release-drafter.yml.
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}