Skip to content

WIP: mod: .github/workflows/test-action.yml (main) #16

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

WIP: mod: .github/workflows/test-action.yml (main) #16

Workflow file for this run

# YAML
---
name: test-action
on: [push]
jobs:
post:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

Check failure on line 11 in .github/workflows/test-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
fetch-tags: true
- id: log
run: echo "tag=$(git describe --tags --always)" >> $GITHUB_OUTPUT
- id: publish
run: echo gh release create ${{ steps.log.outputs.tag }} ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}