Skip to content

Commit

Permalink
updated publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk0493 committed Dec 22, 2020
1 parent 4d18585 commit 912e716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-azure-pipelines-upgrade-version-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stages:
displayName: "Change branch to develop"
- script: npm run remove-suffix
displayName: "Remove suffix from develop package version"
- script: npm version prerelease --preid=rc -m "upgrade version [ci skip]"
- script: npm version prerelease --preid=rc -m "upgrade version [ci skip]" --force
displayName: "Add rc.0 suffix to package version"
- script: npm install
displayName: "Update package-lock.json"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@silevis/reactgrid",
"description": "Add spreadsheet-like behavior to your React app.",
"version": "3.1.10-rc.43",
"version": "3.1.11-rc.0",
"homepage": "https://reactgrid.com",
"license": "MIT",
"author": "Silevis Software",
Expand Down

0 comments on commit 912e716

Please sign in to comment.