Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: zxypro1 <[email protected]>
  • Loading branch information
zxypro1 committed Feb 28, 2024
1 parent f1e5cdf commit 44e0320
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:

- name: Build
run: npm run build

- name: Install s
run: npm install -g @serverless-devs/s

- name: s config
run: s config add --AccessKeyID 123 --AccessKeySecret 123 --AccountID 123 --SecurityToken 123 -a default

- name: export env
if: matrix.os != 'windows-latest'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/publish-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
with:
node-version: '18'

- name: Install s
run: npm install -g @serverless-devs/s

- name: s config
run: s config add --AccessKeyID abcd1234 --AccessKeySecret abcd1234 --AccountID abcd1234 --SecurityToken abcd1234 -a default

- name: Install pnpm
run: npm install -g pnpm

Expand Down

0 comments on commit 44e0320

Please sign in to comment.