Skip to content

Update Dask version to 2024.2.1 (#310) #120

Update Dask version to 2024.2.1 (#310)

Update Dask version to 2024.2.1 (#310) #120

Workflow file for this run

name: Auto Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: butlerlogic/[email protected]
if: github.repository == 'dask/dask-docker'
with:
GITHUB_TOKEN: "${{ secrets.DASK_BOT_TOKEN }}"
strategy: regex
regex_pattern: '\s*\[?.*release\]?: "?.*(\d{4}\.\d{1,2}\.\d+).*"?'
root: ".github/workflows/build.yml"