Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,17 @@ jobs:
DISPLAY: :99

# Nx handles versioning and publishing with semantic versioning
- name: nx release
- name: nx release version
run: npm run release
env:
NPM_TOKEN: ${{ steps.import-secrets.outputs.NPM_TOKEN }}
GH_TOKEN: ${{ steps.import-secrets.outputs.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ steps.import-secrets.outputs.NPM_TOKEN }}

# Publish the packages to npm
- name: nx release publish
run: npm run publish
env:
NPM_TOKEN: ${{ steps.import-secrets.outputs.NPM_TOKEN }}
GH_TOKEN: ${{ steps.import-secrets.outputs.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ steps.import-secrets.outputs.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/@progress/roadkill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ This provides access to ChromeDriver management, WebDriver session control, DOM
- **ChromeDriver**: `chromedriver.start`, `chromedriver.stop`, `chromedriver.status`, `chromedriver.restart`
- **WebDriver**: Session management, navigation, element interaction, screenshots
- **DOM Browser**: Page snapshots, selector testing, script execution
- **Semantic Discovery**: Intelligent page object discovery and interaction
- **Semantic Discovery**: Intelligent page object discovery and interaction