Skip to content

Update dependency io.kotest.extensions:kotest-assertions-arrow to v1.4.0 #401

Update dependency io.kotest.extensions:kotest-assertions-arrow to v1.4.0

Update dependency io.kotest.extensions:kotest-assertions-arrow to v1.4.0 #401

Workflow file for this run

name: Draft next release
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
draft_next_release:
runs-on: ubuntu-latest
steps:
- name: Draft next release
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}