Skip to content

0.25.1

0.25.1 #28

Workflow file for this run

name: publish
on:
workflow_dispatch:
release:
types: [published]
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Publish egobox-doe
uses: katyo/publish-crates@v2
path: ./crates/doe

Check failure on line 24 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: 24, Col: 9): Unexpected value 'path' .github/workflows/publish.yml (Line: 30, Col: 9): Unexpected value 'path'
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish egobox-gp
uses: katyo/publish-crates@v2
path: ./crates/gp
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish egobox-moe
uses: katyo/publish-crates@v2
path: ./crates/moe
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish egobox-ego
uses: katyo/publish-crates@v2
path: ./crates/ego
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}