Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepami committed Aug 11, 2024
1 parent df7a541 commit 6b78c9d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,9 @@ jobs:
run: |
$gv = 'v${{ steps.version_step.outputs.majorMinorPatch }}'
$lt = $( git describe --tags --abbrev=0 )
if ( $gv -eq $lt )
if ( -Not ( $gv -eq $lt ) )
{
echo "equal"
}
else
{
echo "not equal"
echo $gv
}
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 6b78c9d

Please sign in to comment.