Skip to content

Commit

Permalink
fix voutputs variable for smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ermirizio committed Nov 15, 2023
1 parent 0b440a6 commit 1760ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
echo Attempting to test $d
if [ -d $d ] && [ -e $d/test.sh ]; then
cd $d
./test.sh ${{ needs.goreleaser.outputs.tag }}
./test.sh ${{ needs.goreleaser.outputs.tags }}
cd -
fi
done
Expand All @@ -305,7 +305,7 @@ jobs:
echo Attempting to test $d
if [ -d $d ] && [ -e $d/test.sh ]; then
cd $d
./test.sh ${{ needs.goreleaser.outputs.tag }}
./test.sh ${{ needs.goreleaser.outputs.tags }}
cd -
fi
done
Expand Down

0 comments on commit 1760ae2

Please sign in to comment.