Skip to content

feat: add diagonal tto paddle math #3

feat: add diagonal tto paddle math

feat: add diagonal tto paddle math #3

Workflow file for this run

name: pypi
on:
workflow_call:
jobs:
runs-on: ubuntu-latest

Check failure on line 5 in .github/workflows/binaries.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/binaries.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
steps:
- name: Checkout 🛎️Binaries
uses: actions/checkout@v2
with:
repository: unifyai/binaries
path: binaries
persist-credentials: false
- name: Add Tag to Binaries
run: |
cd binaries
git tag ${{ github.ref_name }}
git push origin ${{ github.ref_name }}