Skip to content

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

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

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

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 "{tag}=$(git describe --tags --all)" >> $GITHUB_OUTPUT
- id: publish
run: echo gh release create steps.log.outputs.tag ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}