Skip to content

Commit a1fa599

Browse files
committed
Merge branch 'master' of https://github.com/dxc-technology/halstack-angular into feature-master
2 parents a127aca + fd027a0 commit a1fa599

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/publish-next.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ jobs:
2121
node-version: 14.x
2222
registry-url: https://registry.npmjs.org/
2323

24-
- name: Configure AWS Credentials
25-
uses: aws-actions/configure-aws-credentials@v1
26-
with:
27-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
28-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
29-
aws-region: us-west-2
30-
role-to-assume: ${{ secrets.AWS_ROLE_SANDBOX }}
31-
role-duration-seconds: 3600
32-
role-skip-session-tagging: true
33-
3424
- name: Install app dependencies
3525
run: npm install
3626

@@ -59,8 +49,3 @@ jobs:
5949
npm publish --tag next --access public
6050
env:
6151
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
62-
63-
- name: Publish angular cdk site next version in S3
64-
run: |
65-
aws s3 rm s3://design-system-angular-cdk-site/tools/angular/next/ --recursive
66-
aws s3 cp ./dist/static s3://design-system-angular-cdk-site/tools/angular/next/ --recursive

0 commit comments

Comments
 (0)