Skip to content

v1.10.0

v1.10.0 #7

Workflow file for this run

name: Publish
# This workflow is triggered on pushes to the repository.
on:
release:
branches: [ master ]
jobs:
package:
name: Create Package

Check failure on line 9 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 9, Col: 5): Required property is missing: runs-on
steps:
- name: bigwigs_packager
uses: BigWigsMods/packager@master
env:
# This section might already create other env variables, just append the WAGO_API_TOKEN to these
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}