Skip to content

Commit

Permalink
Fix version bump locally on nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 committed Sep 1, 2022
1 parent 884f384 commit a55d87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: npm ci

- name: 'Local Version Bump'
run: git config --global user.email $GITHUB_ACTOR && git config --global user.name release-automation-${GITHUB_ACTOR}@microsoft.com && npm run bump
run: npm run bump -- --skip.commit --skip.tag

- run: npx nx build vs-code-data-mapper
- run: npm run vscode:data-mapper:pack
Expand Down

0 comments on commit a55d87b

Please sign in to comment.