Skip to content

Add benchmark gem, since it is not part of Ruby 4 #178

Add benchmark gem, since it is not part of Ruby 4

Add benchmark gem, since it is not part of Ruby 4 #178

Workflow file for this run

on: push
name: Push
jobs:
draftRelease:
name: Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Draft Release
uses: toolmantim/release-drafter@v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}