Skip to content

.github/workflows/actions.yml #4

.github/workflows/actions.yml

.github/workflows/actions.yml #4

Workflow file for this run

# YAML
---
name: test-action
on:
push:
branches: [ "main" ]
tags:
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
run: |

Check failure on line 17 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 17
gh release create steps.log.outputs.tag ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}