Skip to content

bruh

bruh #12

Workflow file for this run

name: Caerbannog Plugin
on:
push:
tags:
- "*"
jobs:
release:
name: Caerbannog Plugin
runs-on: ubuntu-latest
permissions:
contents: write
defaults:
run:
working-directory: ./CEBN_Plugin
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node.js dependencies
run: pnpm install
- name: Build TypeScript and bundle into asar
run: pnpm run bundle
- uses: ncipollo/release-action@v1
working-directory: ./CEBN_Plugin

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

View workflow run for this annotation

GitHub Actions / Caerbannog Plugin

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 39, Col: 9): Unexpected value 'working-directory'
with:
artifacts: "bundle/*"
makeLatest: true
allowUpdates: true
omitBodyDuringUpdate: true