Skip to content

debug pipeline

debug pipeline #21

Workflow file for this run

name: "tagged-release"
on:
push:
tags:
- "v*"
jobs:
tagged-release:

Check failure on line 9 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
name: 'Tagged Release'
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Setup Node'
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: 'Build Artifact'
run: |
npm ci
npm run build
sudo apt-get install -y zip
zip -r asb-auto-subs dist css imgs manifest.json
- name: 'Debug'
run: |
ls
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: false
files: |
*.zip