Skip to content

chore: bump toolchain to v4.31.0-rc2 (#623) #12

chore: bump toolchain to v4.31.0-rc2 (#623)

chore: bump toolchain to v4.31.0-rc2 (#623) #12

Workflow file for this run

name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
if: github.repository == 'leanprover/cslib'
steps:
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
prerelease: ${{ contains(github.ref, 'rc') }}
make_latest: ${{ !contains(github.ref, 'rc') }}