Skip to content

Commit

Permalink
fix(VAST-46): remove forgotten command (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasty authored Oct 27, 2023
1 parent 6c6e6a1 commit fe6f695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .versionrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 97,6 @@ const config = () => ({
posttag: oneLiner(' && ')([
// push tag
`git push origin ${nextVersion}`,
'npm run github_release',
// merge back in develop at the very end of the process
'git checkout develop',
'git merge master',
Expand Down

0 comments on commit fe6f695

Please sign in to comment.