VueTorrent/.github/workflows/deploy.yml
Workflow config file is invalid. Please check your config file: yaml: line 3: could not find expected ':'
2020-05-20 18:18:03 +02:00

20 lines
No EOL
569 B
YAML

name: Build & Release
runs-on: ubuntu-latest
on:[push]
branches:
- develop
jobs:
github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
- run: npm install
- run: npm run build
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: dist