Initial commit
This commit is contained in:
22
.github/workflows/create-release.yml
vendored
Normal file
22
.github/workflows/create-release.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user