Skip to content

WIP: mod: .github/workflows/release-action.yml (main) #129

WIP: mod: .github/workflows/release-action.yml (main)

WIP: mod: .github/workflows/release-action.yml (main) #129

# YAML -*- mode: yaml; tab-width: 2; indent-tabs-mode: nil; coding: utf-8 -*-
---
name: release-action
on: [push]
jobs:
build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
repository: 'CrossStream/crossstream'
- id: log
run: echo "tag=$(git describe --tags --always)" >> $GITHUB_OUTPUT
- id: exclude
run: echo '* export-ignore' > .gitattribute
- id: contents
run: >
echo ${{ steps.log.outputs.tag }}
> ${{ github.event.repository.name }}.txt
publish:
steps:

Check failure on line 23 in .github/workflows/release-action.yml

View workflow run for this annotation

GitHub Actions / release-action

Invalid workflow file

The workflow is not valid. .github/workflows/release-action.yml (Line: 23, Col: 5): Required property is missing: runs-on
- id: release
run: >
echo gh release create --prerelease