Skip to content

add workflow

add workflow #1

Workflow file for this run

name: Publish
on: [workflow_dispatch]
jobs:
build:
name: Publish
run-on: ubuntu-latest
steps:

Check failure on line 8 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- uses: actions/checkout@v1
- name: Publish
env:
APIKEY: ${{ secrets.APIKEY}}
run: ./publish.ps1
shell: pwsh