We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e07281 commit 6cead3dCopy full SHA for 6cead3d
.github/workflows/npm-semantic-publish.yml
@@ -35,6 +35,9 @@ jobs:
35
git commit -m "@releng - prepare release ${{ github.event.inputs.semantic_version }}" -a
36
npm version ${{ github.event.inputs.semantic_version }} -m '@releng - release %s'
37
38
+ - name: Build scripts and run tests again to ensure version bump is picked up
39
+ run: npm run build
40
+
41
- name: Push changes
42
uses: ad-m/github-push-action@master
43
with:
0 commit comments