fix typo on if
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Compare Version
|
||||
id: compare
|
||||
run: |
|
||||
if [ "${{ steps.get_tag.outputs.latest_tag }}" != "${{ sted -i '/^pkgver=/s/=.*$/='$version'/' PKGBUILDeps.current.outputs.current }}" ]; then
|
||||
if [ "${{ steps.get_tag.outputs.latest_tag }}" != "${{ steps.current.outputs.current }}" ]; then
|
||||
echo "build=true" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "build=false" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user