Skip to content

0.3.14

0.3.14 #24

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: frangio/extract-changelog@v1
id: changelog
- name: Release
uses: softprops/action-gh-release@v1
if: '!contains(github.ref_name, "-")'

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 18, Col: 13): Unexpected symbol: '"-"'. Located at position 28 within expression: !contains(github.ref_name, "-")
with:
body_path: ${{ steps.changelog.outputs.file }}