Skip to content

Commit

Permalink
Test hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 3, 2024
1 parent b8f9a74 commit 7dbe5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Check version
run: |
# Extract version number
VERSION=ekw/SRE-1001/release-desktop-wallet #$(awk '/"version":/ { print substr($2, 2, length($2)-3); exit }' app/package.json)
VERSION=$(awk '/"version":/ { print substr($2, 2, length($2)-3); exit }' app/package.json)
TAG_VERSION=${{ github.ref_name }}
TAG_VERSION=1.7.4 #${{ github.ref_name }}
if [ "$VERSION" != "$TAG_VERSION" ]; then
echo "Tag version is not correct. Tag version: $TAG_VERSION version from package.json: $VERSION"
EC=0
Expand Down

0 comments on commit 7dbe5c9

Please sign in to comment.