File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 24
24
node-version : 14.x
25
25
registry-url : https://registry.npmjs.org/
26
26
27
- - name : Configure AWS Credentials
28
- uses : aws-actions/configure-aws-credentials@v1
29
- with :
30
- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
31
- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
32
- aws-region : us-west-2
33
- role-to-assume : ${{ secrets.AWS_ROLE_SANDBOX }}
34
- role-duration-seconds : 6000
35
- role-skip-session-tagging : true
36
-
37
27
- name : Install app dependencies
38
28
run : cd . && npm install
39
29
49
39
- name : Test library
50
40
run : cd ./projects/dxc-ngx-cdk && npm run test
51
41
52
- - name : Build angular release cdk site
53
- run : cd . && npm run build-release-cdk-site -- --baseHref=/tools/angular/${{steps.split.outputs._0}}/
54
-
55
42
- name : Publish RELEASE to npm
56
43
run : |
57
44
sed -i "s#\"version\": \"0.0.0\"#\"version\": \"${TAG_NAME}\"#" ./dist/dxc-ngx-cdk/package.json
60
47
env :
61
48
NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
62
49
TAG_NAME : ${{ github.event.release.tag_name }}
63
-
64
- - name : Move RELEASE docs to S3
65
- run : node scripts/release-docs.js $TAG_NAME
66
- env :
67
- TAG_NAME : ${{ github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments