Skip to content

Commit

Permalink
Test copy folder recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 6, 2024
1 parent d8f99ca commit 7c9315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Extract version number
VERSION=$(jq '.version' -r app/package.json)
TAG_VERSION=1.7.4 ${{ 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"
exit 1
Expand Down

0 comments on commit 7c9315a

Please sign in to comment.