From 4b5d6a2250c503c2767aedef37ef9a56faae18a8 Mon Sep 17 00:00:00 2001 From: Emre Sahin Date: Sun, 4 Aug 2024 18:51:50 +0300 Subject: [PATCH] Fix publish.yml --- .github/workflows/publish.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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