Skip to content

Commit 6cead3d

Browse files
authored
Version 2.0.0 wrongly reports 1.1.5 #115 (#116)
* Added an extra build step after the version bump
1 parent 3e07281 commit 6cead3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-semantic-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
git commit -m "@releng - prepare release ${{ github.event.inputs.semantic_version }}" -a
3636
npm version ${{ github.event.inputs.semantic_version }} -m '@releng - release %s'
3737
38+
- name: Build scripts and run tests again to ensure version bump is picked up
39+
run: npm run build
40+
3841
- name: Push changes
3942
uses: ad-m/github-push-action@master
4043
with:

0 commit comments

Comments
 (0)