Skip to content

Commit

Permalink
fix gh flow
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed Jan 25, 2024
1 parent 7b8581e commit afa3ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
set +e
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
if echo "${{ env.VERSION }}" | grep -q "rc"; then
if echo "${GITHUB_REF#refs/tags/}" | grep -q "rc"; then
echo "PRERELEASE=true" >> $GITHUB_ENV
else
echo "PRERELEASE=false" >> $GITHUB_ENV
Expand Down

0 comments on commit afa3ed8

Please sign in to comment.