Initial commit
Some checks failed
Create Release / Add Lean release tag (push) Has been cancelled
Lean Action CI / build (push) Has been cancelled

This commit is contained in:
Lean 4 VS Code Extension
2025-10-25 06:58:12 +02:00
commit d1fc1b634f
10 changed files with 213 additions and 0 deletions

22
.github/workflows/create-release.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Create Release
on:
push:
branches:
- 'main'
- 'master'
paths:
- 'lean-toolchain'
jobs:
lean-release-tag:
name: Add Lean release tag
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: lean-release-tag action
uses: leanprover-community/lean-release-tag@v1
with:
do-release: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}