Skip to content

Commit

Permalink
fix: change script
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakumarghosh committed Feb 1, 2024
1 parent 1c8ff8d commit 5007210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fi
echo "Version type: $VERSION_TYPE_DEFAULT"
- name: Change version
run: npm run release -- $VERSION_TYPE_DEFAULT
run: npm run release -- $(echo $VERSION_TYPE_DEFAULT)

- name: Push Tags
run: git push --follow-tags origin development
Expand Down

0 comments on commit 5007210

Please sign in to comment.