Skip to content

Commit

Permalink
Merge pull request #14 from anantakumarghosh/ME-enhancement-2
Browse files Browse the repository at this point in the history
fix: change script
  • Loading branch information
anantakumarghosh authored Feb 1, 2024
2 parents fab2427 + 5007210 commit 4fcfe35
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 4fcfe35

Please sign in to comment.