Skip to content

Commit

Permalink
Fix publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Aug 4, 2024
1 parent dd08d0d commit 4b5d6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

- Major overhaul in pipelines
- PR: <https://github.com/iesahin/xvc/pull/224/>
- 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
Expand Down

0 comments on commit 4b5d6a2

Please sign in to comment.