We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lean-release-tag
1 parent cd307b9 commit e8dad14Copy full SHA for e8dad14
.github/workflows/lean-release-tag.yml
@@ -0,0 +1,19 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - 'main'
5
+ - 'master'
6
+ paths:
7
+ - 'lean-toolchain'
8
+
9
+jobs:
10
+ lean-release-tag:
11
+ name: Add Lean release tag
12
+ runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
+ steps:
16
+ - name: lean-release-tag action
17
+ uses: leanprover-community/lean-release-tag@9ca7ed09e240259871327bfc3a3a8d8c4bcb41aa
18
+ with:
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments