Skip to content

Commit

Permalink
debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 23, 2025
1 parent ce0cc12 commit 8846c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
if [ "${{ github.ref_name }}" == "main" ]; then
version=`gh release list -L 1 --exclude-pre-releases --json tagName --jq ".[0].tagName"`
else
version=`gh release list -L 1 --json tagName --jq ".[0].tagName`
version=`gh release list -L 1 --json tagName --jq ".[0].tagName"`
fi
echo "Working with version: $version"
echo "version=$version" >> $GITHUB_OUTPUT
deploy-api:
Expand Down

0 comments on commit 8846c33

Please sign in to comment.