foundry-dsa41-game/.gitea/workflows/release.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: found character that cannot start any token

16 lines
308 B
YAML

name: Release Job
run-name: ${{gitea.actor}} is releasing a package
on:
release:
types: [published]
jobs:
build:
runs-on: node-01
steps:
- name: "testing sources"
- run: npm build
- run: npm test
- name: "releases package"
- run: echo "${{job.status}}"