Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update preid of canary version - Closes #7661 (#7683)
Browse files Browse the repository at this point in the history
### What was the problem?

This PR resolves #7661 

### How was it solved?

- Update jenkins job to use `--preid` flag

### How was it tested?

- Once this is merged, we need to check the npm.lisk.com
  • Loading branch information
shuse2 authored Oct 27, 2022
1 parent 220bcc0 commit 84bbfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile.publish
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pipeline {
}
nvm(getNodejsVersion()) {
sh '''
npx lerna publish --canary --registry https://npm.lisk.com --yes
npx lerna publish --canary --preid canary --registry https://npm.lisk.com --yes
'''
}
}
Expand Down

0 comments on commit 84bbfd1

Please sign in to comment.