Skip to content

chore(plugin): initial implementation #1

chore(plugin): initial implementation

chore(plugin): initial implementation #1

Workflow file for this run

on:
push:
tags:
- '*'
name: Upload Release Asset
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v4
node-version: '20'

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

View workflow run for this annotation

GitHub Actions / Upload Release Asset

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 15, Col: 7): Unexpected value 'node-version'
- name: Install Dependencies
run: make install
- name: Build
run: make build
- name: Validate
run: make build
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: com.vlad-gramuzov.stream-deck-stateful-executor.sdPlugin