Skip to content

Commit

Permalink
ci: fix parse step
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka committed Apr 5, 2024
1 parent 53ca48a commit e63b5c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo "crate: $crate"
echo "version: $version"
echo "dry_run:$dry_run" >> $GITHUB_OUTPUT
echo "crate:$crate" >> $GITHUB_OUTPUT
echo "version:$version" >> $GITHUB_OUTPUT
echo "dry_run=$dry_run" >> $GITHUB_OUTPUT
echo "crate=$crate" >> $GITHUB_OUTPUT
echo "version=$version" >> $GITHUB_OUTPUT
- name: parse crate
id: parse_crate
Expand Down

0 comments on commit e63b5c8

Please sign in to comment.