mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +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: |
|
||||
npm i
|
||||
cd sasjs-tests
|
||||
replace-in-files --regex='"@sasjs/adapter".*' --replacement='"@sasjs/adapter":"2.8.13",' ./package.json
|
||||
npm i
|
||||
npm install -g replace-in-files-cli
|
||||
replace-in-files --regex='userName.*' --replacement='userName:"${{ secrets.SAS_USERNAME }}",' ./public/config.json
|
||||
|
||||
Reference in New Issue
Block a user