Skip to content

Use updated release yaml from softprops #3

Use updated release yaml from softprops

Use updated release yaml from softprops #3

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
build_release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Make
run: make
- name: Check
run: make check
- name: Create .tar.gz files
run: make artifacts
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |

Check failure on line 24 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 24
tokenize-source.tar.gz
tokenize-cfiles.tar.gz
tokenize-linux-amd64.tar.gz