Skip to content

Testing with no newlines #10

Testing with no newlines

Testing with no newlines #10

on:
push:
branches:
- 'testing'
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@ce29efe9d10bc85fa674fc98a775f8bb3afcd229
with:
before: ${{ github.event.before }}
after: ${{ github.event.after }}