Skip to content

WIP: mod: .github/workflows/actions.yml (main) #3

WIP: mod: .github/workflows/actions.yml (main)

WIP: mod: .github/workflows/actions.yml (main) #3

Workflow file for this run

# YAML
---
name: test-action
on: [push]
jobs:
post:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: log
run: echo "::set-output name=tag::$(git describe --tags --all)"
- id: publish
gh release create steps.log.outputs.tag ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}

Check failure on line 13 in .github/workflows/actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/actions.yml

Invalid workflow file

You have an error in your yaml syntax on line 13