Skip to content

refactor: Use built in min() & max() on 1.21+ (#168) #49

refactor: Use built in min() & max() on 1.21+ (#168)

refactor: Use built in min() & max() on 1.21+ (#168) #49

Workflow file for this run

name: Track releases
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
with:
token: ${{ secrets.RELEASE_TOKEN }}