Skip to content

debug pipeline

debug pipeline #18

Workflow file for this run

name: "tagged-release"
on: push
jobs:
tagged-release:

Check failure on line 6 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 6
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
ls -l
zip -r asb-auto-subs dist css imgs manifest.json
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: false
files: |
*.zip