Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
executing the version script correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Mar 12, 2024
1 parent 8336507 commit f0bfed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
VERSION=${{ github.ref_name }}
elif [[ $GITHUB_REF =~ ^refs/heads/release/.* ]]; then
chmod +x ./scripts/generate-rc-version.sh
VERSION=$(echo ./scripts/generate-rc-version.sh ${{ github.ref }})
VERSION=$(./scripts/generate-rc-version.sh ${{ github.ref }})
else
VERSION=0.0.1
fi
Expand Down

0 comments on commit f0bfed4

Please sign in to comment.