Skip to content

Update main.yml

Update main.yml #2

Workflow file for this run

name: "Release"
on:
push:
tags: ['markmap-lib@*.*.*_*']
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: spenserblack/actions-tag-to-release@main

Check failure on line 15 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
with:
draft: false
tag-as-title: true
token: ${{ secrets.GITHUB_TOKEN }}
prerealase: false