diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e0987a66..5e7879a6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,4 +38,4 @@ jobs: - name: Publish to crates.io env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - run: cargo publish -p {{ matrix.package }} + run: cargo publish -p ${{ matrix.package }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3449cfc9..7fce520f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,7 +80,7 @@ - Major overhaul in pipelines - PR: - - Added `--generic`, `--url`, `--regex-items`, `--line-items`, `--glob-items` + - Added `--generic`, `--url`, `--regex-items`, `--line-items`, `--glob-items` dependencies - as dependency types to `xvc pipeline step dependency` command - Updated `xvc pipelines` to run the pipeline by creating a thread for each step. - Updated pipelines state machine