Skip to content

Bump System.Collections.Immutable from 8.0.0 to 9.0.0 (#465) #142

Bump System.Collections.Immutable from 8.0.0 to 9.0.0 (#465)

Bump System.Collections.Immutable from 8.0.0 to 9.0.0 (#465) #142

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
prerelease: true
prerelease-identifier: beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}