mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 12:30:06 +00:00
chore: script adapter version
This commit is contained in:
1
.github/workflows/sasjs-tests.yml
vendored
1
.github/workflows/sasjs-tests.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
cd sasjs-tests
|
cd sasjs-tests
|
||||||
|
replace-in-files --regex='"@sasjs/adapter".*' --replacement='"@sasjs/adapter":"2.8.13",' ./package.json
|
||||||
npm i
|
npm i
|
||||||
npm install -g replace-in-files-cli
|
npm install -g replace-in-files-cli
|
||||||
replace-in-files --regex='userName.*' --replacement='userName:"${{ secrets.SAS_USERNAME }}",' ./public/config.json
|
replace-in-files --regex='userName.*' --replacement='userName:"${{ secrets.SAS_USERNAME }}",' ./public/config.json
|
||||||
|
|||||||
Reference in New Issue
Block a user