Skip to content

Commit

Permalink
Fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Aug 20, 2024
1 parent b0949cf commit bdcc49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
echo "project_name=${{ github.event.repository.name }}" >> $GITHUB_ENV;
echo "project_version=`poetry version`" >> $GITHUB_ENV;
echo "tag_name=${{ github.ref_name }}" >> $GITHUB_ENV;
[ $project_version = "$project_name $tag_name" ];
[ "$project_version" == "$project_name $tag_name" ];

0 comments on commit bdcc49d

Please sign in to comment.