Skip to content

Commit 5cb7797

Browse files
Merge pull request #31 from telerik/nx-publish
chore: add NX release along version
2 parents d603b1a + 561f051 commit 5cb7797

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/CD.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,17 @@ jobs:
8686
DISPLAY: :99
8787

8888
# Nx handles versioning and publishing with semantic versioning
89-
- name: nx release
89+
- name: nx release version
9090
run: npm run release
9191
env:
9292
NPM_TOKEN: ${{ steps.import-secrets.outputs.NPM_TOKEN }}
9393
GH_TOKEN: ${{ steps.import-secrets.outputs.GH_TOKEN }}
9494
NODE_AUTH_TOKEN: ${{ steps.import-secrets.outputs.NPM_TOKEN }}
95+
96+
# Publish the packages to npm
97+
- name: nx release publish
98+
run: npm run publish
99+
env:
100+
NPM_TOKEN: ${{ steps.import-secrets.outputs.NPM_TOKEN }}
101+
GH_TOKEN: ${{ steps.import-secrets.outputs.GH_TOKEN }}
102+
NODE_AUTH_TOKEN: ${{ steps.import-secrets.outputs.NPM_TOKEN }}

packages/@progress/roadkill/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ This provides access to ChromeDriver management, WebDriver session control, DOM
173173
- **ChromeDriver**: `chromedriver.start`, `chromedriver.stop`, `chromedriver.status`, `chromedriver.restart`
174174
- **WebDriver**: Session management, navigation, element interaction, screenshots
175175
- **DOM Browser**: Page snapshots, selector testing, script execution
176-
- **Semantic Discovery**: Intelligent page object discovery and interaction
176+
- **Semantic Discovery**: Intelligent page object discovery and interaction

0 commit comments

Comments
 (0)