We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf0296 commit 2c2e382Copy full SHA for 2c2e382
2 files changed
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
npm run build
56
57
- name: Selenium Test
58
- run: sbt -DgenerateStoryReport=true -DRTM_PATH=./RTM clean test
+ run: sbt -Dprod.publish=true -DgenerateStoryReport=true -DRTM_PATH=./RTM clean test
59
60
- name: Generate RTM
61
if: always()
RELEASING.md
@@ -20,5 +20,4 @@
20
After release pipeline is green:
21
22
1. Verify ESW-TS is published on npm registry successfully with the expected version.
23
-1. Update the version back with `<****>` in `release.yml` NPM publish step on `branch-<major>.<minor>.x` branch.
24
1. Merge this release branch to master.
0 commit comments