Skip to content

Commit

Permalink
fix(CI): Fixed Drifty release workflow by adding error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Apr 25, 2024
1 parent 6c7b7a8 commit 3456256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
PREVIOUS_RELEASE_VERSION=$(gh release list -L 1 --json tagName | grep -o 'v[0-9]*.[0-9]*.[0-9]*')
fi
fi
echo "PREVIOUS_RELEASE_VERSION=$PREVIOUS_RELEASE_VERSION" >> $GITHUB_ENV
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Download Build artifacts
Expand Down

0 comments on commit 3456256

Please sign in to comment.